@charset "utf-8";
body {
    font-family: "黑体";
    font-size: 14px;
    background: #f6f6f6;
}
body,
h2,
ul,
p,
dl,
h4,
h5,
h3,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
    list-style: none;
}
a,
a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
i,
em {
    font-style: normal;
}
img {
    border: none;
}
input,
button,
textarea,
select {
    outline: none;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: 0 0 0 0;
}
input[type="text"] {
    -webkit-appearance: none;
}
button,
select {
    cursor: pointer;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#header .menu {
    float: right;
    height: 50px;
    line-height: 48px;
    width: 30px;
    color: #4a4949;
    text-align: center;
    display: none;
}
#header .header-top {
    color: #163663;
    height: 50px;
    line-height: 50px;
}
#header .header-top ul.right {
    float: right;
    font-size: 13px;
}
#header .header-top ul.right > li {
    float: left;
    position: relative;
    cursor: pointer;
}
#header .header-top ul.right > li:nth-child(2),
#header .header-top ul.right > li:nth-child(4) {
    margin: 0 8px;
    top: -1px;
}
#header .header-top ul a {
    color: #163663;
}
#header .header-top .gonggao {
    background-color: #003381;
    display: block;
    padding: 0 8px;
    color: #fff
}
#header .header-top ul.right > li:hover,
#header .header-top ul.right > li i {
    font-size: 14px;
    margin-left: 5px;
}
#header .header-top ul.right > li ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    text-align: left;
    line-height: 1.5;
    width: 150%;
    background: #003568;
    text-align: center;
    padding: 4px 0;
    display: none;
}
#header .header-top ul.right > li:hover ul {
    display: block;
}
#header .header-top ul.right > li ul a {
    display: block;
    padding: 2px 0;
}
#header .header-top ul.right > li ul a:hover {
    color: #000;
    background: #fff;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#header .navbar {
    background: rgba(255, 255, 255, .9);
    margin: 0;
    border-radius: 0;
    border-right: none;
}
#header.no-bg .navbar {
    background: #fff;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand img {
    height: 33px;
}
#header .navbar-collapse {
    background: transparent;
    border: none;
    float: right;
}
#header .navbar-nav {
    float: right;
    position: relative;
}
.navbar-default {
    border: none;
}
.navbar-default .navbar-nav>li {
    margin-right: 30px;
}
.navbar-default .navbar-nav>li:nth-child(7) {
    margin-right: 20px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #163663;
    font-weight: bold;
    padding: 15px 0;
}
#header .navbar-nav li .dropdown-menu {
    top: 100%;
    background: rgba(255, 255, 255, .9);
    margin: 0;
    border: none;
    box-shadow: 0 0 0 0;
    border-radius: 0;
}
#header .navbar-nav .dropdown-menu>li>a {
    border: none;
    color: #5a5a5a;
    font-size: 16px;
    background: transparent;
    padding: 5px 20px;
}
#header .navbar-nav .dropdown-menu>li>a:hover {
    font-weight: bold;
}
.navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu li,
.navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu li,
.navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu li {
    float: left;
}
.navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu,
.navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu {
    min-width: 475px;
}
.navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu li,
.navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu li {
    width: 190px;
}
.navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu {
    min-width: 300px;
}
.navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu li {
    width: 130px;
}
#header .navbar-nav .dropdown-menu>li:hover>a {
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.navbar-default .navbar-nav i {
    margin-left: 5px;
    font-weight: normal;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
}
.navbar-default .navbar-nav>.open i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#header .navbar-nav > li:last-child {
    position: absolute;
    z-index: 99;
    background: #fff;
    right: -100px;
    top: 0;
    width: 200px;
    line-height: 50px;
    height: 100%;
    width: 97.5%;
    /*display: none;*/
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#header.no-bg .navbar-nav > li:last-child {
    background: #eee;
}
#header .navbar-nav > li:last-child.show {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    right: -27px;
    border: 1px solid #003381;
}
#header .navbar-nav > li input {
    font-size: 13px;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 8px;
    width: 100%;
}
#header .navbar-nav > li button {
    float: right;
    font-size: 16px;
    text-align: center;
    width: 35px;
    height: 33px;
    line-height: 30px;
}
#header .search-ico {
    float: right;
    color: #4a4949;
    margin-top: 13px;
    font-size: 16px;
    cursor: pointer;
}
#header .search-ico:hover,
#header .search-ico.show {
    color: #003568;
}

/*banner*/

.inner-banner {
    background: #1a3f73;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
.inner-banner img {
    height: 100%;
}
.in-banner img {
    width: 100%;
    height: auto;
}
.inner-banner .container {
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -585px;
    color: #fff;
    bottom: 35px;
}
.inner-banner .container .left {
    float: left;
    font-size: 24px;
}
.inner-banner .container .right {
    float: right;
}
.inner-banner .container .right a {
    color: #fff;
}
.inner-banner .container .right a:hover {
    text-decoration: underline;
}
.inner-banner .container .right i {
    position: relative;
    top: -1px;
    margin: 0 5px;
}
#banner li:nth-child(2) div {
    display: none;
}
#banner .article {
    width: 100%;
    background: #f6f6f6;
    padding-top: 30px;
}
.in-banner .container {
    position: relative !important;
    left: 0 !important;
    margin-left: 0 !important;
    color: #fff;
    bottom: 0 !important;
    margin: 0 auto !important;
}
.in-banner .section {
    width: 640px;
}
.in-banner h4 {
    font-size: 25px;
    margin-top: 26px;
    color: #fff;
}
.in-banner p {
    font-size: 15px;
    line-height: 1.8;
}
.no-pic {
    height: 100px;
}
#banner .bxslider li {
    position: relative;
}
#banner .bxslider li img {
    width: 100%;
}
#banner .bxslider li .container {
    position: absolute;
    z-index: 98;
    color: #fff;
    left: 50%;
    margin-left: -585px;
    bottom: 15%;
    font-size: 15px;
}
#banner .bxslider li .section h4 {
    font-size: 38px;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
#banner .bxslider li .section p {
    line-height: 1.8;
    margin: 13px 0 20px;
    width: 520px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-size: 16px;
}
#banner .bxslider li .section a.btn {
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    padding: 0;
    width: 120px;
    height: 45px;
    line-height: 43px;
}
#banner .bxslider li .section a.btn i {
    margin-left: 8px;
}
#banner .bxslider li .section a.btn:hover {
    background: #003381;
    border-color: #003381;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.bx-wrapper {
    box-shadow: 0 0 0;
    border: none;
    margin: 0 auto;
}
.bx-wrapper .bx-pager {
    width: auto;
    position: absolute;
    z-index: 999;
    right: 15%;
    top: 20%;
}
.bx-wrapper .bx-pager-item {
    display: block;
}
.bx-wrapper .bx-pager.bx-default-pager a,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: transparent;
    border: 1px solid #fff;
    margin: 10px 0;
    width: 11px;
    height: 11px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    border-color: #003381;
    background: #003381;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.bx-wrapper .bx-controls-direction a {
    color: #fff;
    font-size: 16px;
    top: 55%;
    width: auto;
    left: 82%;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    opacity: 1;
    padding: 15px;
    text-shadow: none;
    text-indent: 0;
    text-align: center;
    z-index: 99;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.bx-wrapper .bx-controls-direction a:hover {
    background: #fff;
    color: #003381;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.bx-wrapper .bx-prev:after {
    content: '\2039';
    background: #003381;
    width: 30px;
    height: 30px;
    line-height: 25px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    left: -15px;
    top: 50%;
    margin-top: -15px;
}
.bx-wrapper .bx-next {
    right: 9.5%;
    top: 65% !important;
    left: 84% !important;
}
.bx-wrapper .bx-next:after {
    content: '\203a';
    background: #003381;
    width: 30px;
    height: 30px;
    line-height: 25px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: 50%;
    margin-top: -15px;
}
.bx-wrapper .bx-controls-direction a:hover:after {
    color: #fff;
    background: #003381;
}

/*首页内容*/

#home-one li {
    float: left;
    width: 33.33%;
    background: #1a3f73;
    height: 160px;
    line-height: 160px;
    padding: 0 15px;
}
#home-one li:nth-child(2) {
    background: #173969;
}
#home-one li:nth-child(3) {
    width: 33.34%;
    background: #163663;
}
#home-one li a {
    color: #fff;
    display: block;
    text-align: center;
}
#home-one li dl {
    display: inline-block;
    white-space: nowrap;
}
#home-one li dl dt {
    display: inline-block;
    margin-right: 30px;
}
#home-one li dt img {
    width: 64px;
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
#home-one li:hover dt img {
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
#home-one li:nth-child(2) dt img {
    width: 74px;
}
#home-one li:nth-child(3) dt img {
    width: 87px;
}
#home-one li dd {
    display: inline-block;
    text-align: left;
    position: relative;
    top: 15px;
}
#home-one li dd span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
#home-one li dd i {
    display: block;
    white-space: normal;
}
#home-two {
    overflow-x: hidden;
}
#home-two .scroll-box {
    width: 100%;
}
#home-two .item .pic {
    overflow: hidden;
}
#home-two .item .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-two .item:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /*	opacity: .8;
	filter: alpha(opacity=80);*/
}
#home-two .item .section {
    padding: 10% 5% 0 10%;
    color: #616263;
    position: relative;
}
#home-two .item .section:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 99;
    margin-left: -12px;
}
#home-two .owl-item:nth-child(3n+5) .item .section:after {
    top: auto;
    bottom: -12px;
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: none;
}
#home-two .item .section h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
#home-two .item .section p {
    line-height: 1.9;
}
#home-two .item .section a {
    margin-top: 10px;
    color: #163663;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    display: inline-block;
}
#home-two .item .section a i {
    margin-left: 5px;
}
#home-two .item:hover .section a {
    /*	margin-left: 10px;*/
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-decoration: underline;
}
#home-two .all {
    background: #173969;
    padding: 30px 0;
}
#home-two .all a.btn {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 0;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 47px;
    line-height: 43px;
    padding: 0;
}
#home-two .all a.btn:hover {
    background: #fff;
    color: #173969;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-three {
    background: #ebeaea;
}
#home-three .left {
    float: left;
    width: 50%;
    overflow: hidden;
    min-height: 420px;
    background: url(../images/pic_1.jpg) no-repeat center center;
    background-size: cover;
}
#home-three .right {
    float: left;
    width: 50%;
    position: relative;
}
#home-three .right .nav {
    position: absolute;
    z-index: 99;
    right: 100%;
    top: 50%;
    margin-top: -161px;
}
.nav-tabs {
    border: none;
}
#home-three .right .nav li {
    float: none;
    margin-bottom: 1px;
}
#home-three .right .nav li a {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 0;
    padding: 0;
    width: 240px;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-three .right .nav li a img {
    margin-right: 25px;
    position: relative;
    top: -1px;
}
#home-three .right .nav li:hover a,
#home-three .right .nav li.active a {
    background: #f48026;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-three .right .tab-pane {
    padding: 5% 5% 0 5%;
}
#home-three .right h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.5;
}
#home-three .right p {
    line-height: 1.8;
    color: #797979;
    margin-bottom: 18px;
}
#home-three .right .tab-pane a {
    color: #163663;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    display: inline-block;
}
#home-three .right .tab-pane i {
    margin-left: 5px;
}
#home-three .right:hover .tab-pane a {
    margin-left: 10px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-four {
    padding-top: 40px;
    background: #f6f6f6;
}
#home-four li {
    float: left;
    width: 49%;
    margin-right: 2%;
    box-shadow: 0px 0px 3px 3px #ededed;
    background: #fff;
    padding: 15px;
    margin-bottom: 40px;
}
#home-four li:nth-child(2n) {
    margin-right: 0;
}
#home-four li dt {
    float: left;
    overflow: hidden;
}
#home-four li dt img {
    width: 185px;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-four li:hover dt img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-four li dd {
    float: left;
    width: 62%;
    padding-left: 20px;
}
#home-four li dd h4 {
    color: #336699;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    font-size: 18px;
}
#home-four li:hover dd h4 {
    color: #f48026;
}
#home-four li dd h5 {
    color: #707070;
    line-height: 1.5;
    font-size: 16px;
    margin: 8px 0;
}
#home-four li dd span {
    color: #7c8db4;
    display: block;
}
#home-four li dd p {
    color: #8a8a8a;
    line-height: 1.5;
    margin: 5px 0;
}
#home-four li dd a {
    color: #163663;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    display: inline-block;
}
#home-four li dd i {
    margin-left: 5px;
}
#home-four li:hover dd a {
    margin-left: 10px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-five {
    padding: 30px 0;
    text-align: center;
}
#home-five h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 5px;
}
#home-five p {
    color: #c2c2c2;
    line-height: 1.8;
}
.pro-carousel {
    margin-top: 15px;
    padding-bottom: 30px;
}
.pro-carousel .owl-nav {
    display: none;
}
.pro-carousel .owl-dots {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
.pro-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
.pro-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #dcdcdc;
    display: block;
    padding: 0;
    border-radius: 50%;
}
.pro-carousel .owl-dot.active span {
    background: #173969;
}
#home-five .item {
    padding: 5px 5px 0 5px;
}
#home-five .pic {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px #ededed;
    padding: 0;
}
#home-five .pic img {
    width: auto;
    max-width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    margin: 0;
    display: inline-block;
}
#home-five i {
    display: block;
    color: #fff;
    background: #173969;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    padding: 15px 0;
}
#home-five .item:hover i {
    background: #f48026;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#home-five .item:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*footer*/

#footer {
    background: #1a3f73;
    color: #fff;
    padding-top: 35px;
}
#footer a {
    color: #fff;
}
#footer .foot-top dl {
    float: left;
    width: 420px;
}
#footer .foot-top dl:nth-child(2) {
    float: right;
}
#footer .foot-top dl dt {
    font-size: 16px;
    font-weight: normal;
}
#footer .foot-top dl dd {
    margin-top: 8px;
    line-height: 1.8;
}
#footer .foot-top dl a i {
    margin-left: 8px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#footer .foot-top dl:hover a i {
    margin-left: 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#footer .link {
    padding: 30px 0;
    border-top: 1px solid #214b85;
    margin-top: 18px;
    text-align: center;
}
#footer .link li {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ccd5e0;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 3px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
}
#footer .link li:hover {
    background: #fff;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#footer .link li .code {
    position: absolute;
    z-index: 99;
    left: 50%;
    padding: 8px;
    bottom: 100%;
    margin-left: -58px;
    display: none;
}
#footer .link li:hover .code {
    display: block;
}
#footer .link li .code img {
    width: 100px;
}
#footer .link li i {
    color: #1a3f73;
}
#footer .bottom {
    background: #002e63;
    height: 55px;
    line-height: 55px;
}
#footer .bottom .left {
    float: left;
}
#footer .bottom img {
    position: relative;
    top: -1px;
    margin-right: 8px;
}
#footer .bottom .right {
    float: right;
}
#footer .bottom .right i {
    position: relative;
    top: -1px;
    margin: 0 5px;
}
#footer .bottom .right a:hover {
    text-decoration: underline;
}

/*应用行业*/

#food-cont .pro-tab .nav-tabs {
    text-align: center;
}
#food-cont .pro-tab .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    border: none;
    background: transparent;
    margin: 0 15px;
}
#food-cont .pro-tab .nav-tabs li a {
    background: transparent;
    border: none;
    color: #5e8ac1;
    font-size: 22px;
    padding: 0;
}
#food-cont .pro-tab .nav-tabs li.active a {
    color: #333;
}
#app-cont {
    padding: 25px 0;
    background: #f6f6f6;
}
#food-cont .app-list {
    margin-top: 25px;
}
.app-list li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 25px;
    box-shadow: 0px 2px 2px 3px #ededed;
    background: #fff;
}
.app-list li .pic {
    overflow: hidden;
}
.app-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.app-list li:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.app-list li:nth-child(3n) {
    margin-right: 0;
}
.app-list li section {
    padding: 15px;
    background: #fff;
}
.app-list li h5 {
    color: #6b8ab4;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}
.app-list li p {
    color: #888;
    line-height: 1.8;
}

/*相关食品*/

.food-swiper {
    background: #f6f6f6;
    padding: 45px 0;
}

/*.food-swiper .owl-carousel.owl-loaded {
	float: left;
	width: 100%;
}*/

.food-swiper .item {
    padding: 0 5px 5px;
}
.food-swiper .item a {
    display: block;
    box-shadow: 0px 2px 2px 3px #ededed;
}
.food-swiper .item .pic {
    overflow: hidden;
}
.food-swiper .item .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.food-swiper .item a:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.food-swiper .item section {
    padding: 15px;
    background: #fff;
}
.food-swiper .item h5 {
    color: #6b8ab4;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}
.food-swiper .item p {
    color: #888;
    line-height: 1.8;
}
.food-swiper .owl-carousel .owl-nav .owl-next,
.food-swiper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    left: -50px;
    margin-top: -24px;
    background: url(../images/left_2.png) no-repeat center center;
}
.food-swiper .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/left_3.png) no-repeat center center;
}
.food-swiper .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
    background: url(../images/right_2.png) no-repeat center center;
}
.food-swiper .owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/right_3.png) no-repeat center center;
}
.food-swiper .all {
    clear: both;
}
.food-swiper a.btn {
    width: 200px;
    height: 45px;
    padding: 0;
    border: 2px solid #6b8ab4;
    text-align: center;
    line-height: 41px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    margin-top: 25px;
    background: transparent;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #1a3f73;
}
.food-swiper a.btn:hover {
    background: #6b8ab4;
    ;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.xg-pro {
    padding: 25px 0 15px;
    text-align: center;
}
.xg-pro h4 {
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
}
.xg-pro .xg-list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-shadow: 0px 2px 2px 3px #ededed;
}
.xg-pro .xg-list li:nth-child(4n) {
    margin-right: 0;
}
.xg-pro .xg-list li .pic {
    overflow: hidden;
}
.xg-pro .xg-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.xg-pro .xg-list li:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.xg-pro .xg-list li section {
    padding: 10px;
}
.xg-pro .xg-list li section p {
    line-height: 1.8;
    color: #5e8ac1;
}
.linkman {
    background: #f6f6f6;
    padding: 25px 0;
    text-align: center;
}
.linkman h4 {
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
}
.linkman li {
    display: inline-block;
    color: #5e8ac1;
    font-size: 16px;
    margin: 0px 28px 10px;
}
.linkman li i {
    margin-right: 5px;
}

/*食品详情*/

.food-detial {
    background: #f6f6f6;
    padding: 55px 0;
    color: #888;
}
.food-detial .left {
    float: left;
    margin-right: 45px;
    width: 370px;
}
.food-detial .left img {
    width: 100%;
}
.food-detial .right {
    float: left;
    width: 63%;
}
.food-detial .right p {
    line-height: 1.8;
    margin-top: 12px;
}
.food-detial .right h5,
.food-detial .right dt {
    color: #6b8ab4;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 2px;
}
.food-detial .right dl {
    margin: 20px 0;
}
.food-detial .right dd {
    line-height: 1.7;
}

/*产品页*/

#pro-cont .second-list {
    padding: 25px 0;
    background: #f6f6f6;
}
#pro-cont .second-list li {
    float: left;
    margin-bottom: 25px;
    box-shadow: 0px 0px 3px 3px #ededed;
    background: #fff;
}
#pro-cont .second-list li .pic {
    overflow: hidden;
    text-align: center;
}
#pro-cont .second-list li section {
    padding: 15px 30px;
}
#pro-cont .second-list li h5 {
    color: #5e8ac1;
    font-size: 18px;
    margin-bottom: 8px;
}
#pro-cont .second-list li p {
    color: #767676;
    line-height: 1.8;
    text-align: left;
    height: 3.6em;
    overflow: hidden;
}
#pro-cont .second-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#pro-cont .second-list li:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*产品三级*/

#pro-cont .three-list {
    padding: 25px 0;
    background: #f6f6f6;
}
#pro-cont .pro-top {
    box-shadow: 0px 0px 3px 3px #ededed;
    background: #fff;
    margin-bottom: 25px;
    padding: 30px 0;
}
#pro-cont .pro-top dl dt {
    float: left;
    padding: 0px 20px;
    width: 446px;
    text-align: center;
}
#pro-cont .pro-top dl dt img {
    max-width: 100%;
}
#pro-cont .pro-top dl dd {
    float: left;
    width: 60%;
}
#pro-cont .pro-top dl dd h5 {
    color: #5e8ac1;
    font-size: 18px;
    margin-bottom: 8px;
}
#pro-cont .pro-top dl dd p {
    color: #767676;
    line-height: 1.8;
    margin-bottom: 26px;
}
#pro-cont .pro-top dl dd p:last-child {
    margin-bottom: 0;
}
#pro-cont .three-list li {
    float: left;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0px 0px 3px 3px #ededed;
    text-align: center;
}
#pro-cont .three-list li .pic {
    overflow: hidden;
}
#pro-cont .three-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#pro-cont .three-list li:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#pro-cont .three-list li section {
    padding: 15px;
}
#pro-cont .three-list li p {
    color: #5e8ac1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*产品四级*/

#pro-cont .four-list {
    padding: 25px 0;
    background: #f6f6f6;
}
#pro-cont .four-list li,
#pro-cont .three-list li,
#pro-cont .second-list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0px 0px 3px 3px #ededed;
    text-align: center;
}
#pro-cont .four-list li:nth-child(4n),
#pro-cont .three-list li:nth-child(4n),
#pro-cont .second-list li:nth-child(4n) {
    margin-right: 0;
}
#pro-cont .four-list li section {
    padding: 15px;
}
#pro-cont .four-list li p {
    color: #5e8ac1;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pro-cont .four-list li .pic {
    overflow: hidden;
}
#pro-cont .four-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#pro-cont .four-list li:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*产品详情*/

.pro-detial .top {
    padding: 80px 0 10px;
}
.pro-detial .top .left {
    float: left;
    text-align: center;
    width: 45%;
}
.pro-detial .top .left img {
    width: auto;
    box-shadow: 0 0 3px 3px #ededed;
    max-width: 100%;
}
.pro-detial .top .left a.btn {
    color: #fff;
    background: #1a3f73;
    width: 210px;
    height: 40px;
    margin-top: 30px;
    line-height: 38px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.pro-detial .top .left a.btn:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.pro-detial .top .right {
    color: #767676;
    float: left;
    margin-left: 5%;
    width: 50%;
}
.pro-detial .top .right img {
    max-width: 100%;
}
.pro-detial .top .right table img {
    max-width: 100%;
}
.pro-detial .top .right h5 {
    font-size: 18px;
    color: #5e8ac1;
    margin-bottom: 5px;
    line-height: 1.5;
}
.pro-detial .top .right p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.pro-detial .top .right dl {
    margin-bottom: 40px;
}
.pro-detial .top .right dt {
    font-weight: normal;
    font-size: 18px;
    color: #1a3f73;
}
.pro-detial .top .right dd {
    margin-top: 10px;
}
.pro-detial .top .right dd li {
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-detial .top .right dd li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #807f7f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.pro-detial .bottom {
    background: #f6f6f6;
    padding: 25px 0;
}
.pro-detial .bottom h4 {
    color: #555559;
    font-size: 28px;
    margin-bottom: 15px;
}
.pro-detial .bottom .nav-tabs>li {
    margin: 0;
    margin-bottom: 15px;
    margin-right: 20px;
    background: transparent;
}
.pro-detial .bottom .nav-tabs>li>a,
.pro-detial .bottom .nav-tabs>li>a:hover,
.pro-detial .bottom .nav-tabs>li>a:focus {
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #555;
    padding: 0 5px;
    background: transparent;
}
.pro-detial .bottom .nav-tabs>li.active>a,
.pro-detial .bottom .nav-tabs>li.active>a:focus,
.pro-detial .bottom .nav-tabs>li.active>a:hover {
    border: none;
    color: #5e8ac1;
    background: transparent;
}
.pro-detial .bottom .tab-content {
    border: 1px solid #e7e7e7;
    background: #fff;
}
.pro-detial .bottom .contact {
    height: 68px;
    line-height: 68px;
    padding: 0 17px;
}
.pro-detial .bottom .contact a {
    color: #5e8ac1;
    margin-left: 15px;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-default,
.panel {
    border: none;
}
.panel-default>.panel-heading {
    color: #5e8ac1;
    border: none;
    height: 68px;
    line-height: 68px;
    padding: 0 17px;
    background: #fff;
}
.panel-default>.panel-heading a {
    color: #5e8ac1;
    display: block;
}
.panel-default>.panel-heading a i {
    color: #878787;
    font-size: 18px;
    margin-right: 15px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background: #f6f6f6;
    padding: 25px 50px;
    line-height: 1.7;
}
.panel-collapse>.panel-body a {
    color: #777676;
}
.panel-collapse>.panel-body a img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.panel-group .panel+.panel {
    margin: 0;
}

/*安装指导*/

.js-ul {
    background: #fff;
    margin-bottom: 10px;
}
.js-ul li {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    width: auto !important;
    margin-bottom: 0 !important;
}
.js-ul li a {
    display: block;
    color: #5c5b5b;
    padding: 13px 10px;
}
.js-ul li a:hover,
.js-ul li.hover a:hover {
    color: #fff;
    background: #1a3f73;
}
#install-cont,
#select-cont {
    background: #f6f6f6;
    padding-bottom: 40px;
}
#install-cont h4,
#select-cont h4 {
    color: #5c5b5b;
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.5;
}
#install-cont .panel-default>.panel-heading {
    margin-bottom: 1px;
}

/*产品选型*/

#select-cont h5 {
    color: #767575;
    font-size: 14px;
    margin-bottom: 10px;
}
#select-cont .fg {
    border: 1px solid #e7e7e7;
    height: 50px;
    line-height: 48px;
    background: #fff;
}
#select-cont input[type='file'] {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
}
#select-cont input[type='text'],
#select-cont select {
    border-radius: 0;
    height: 100%;
    padding-left: 20px;
    width: 100%;
    float: left;
    color: #9a9a9a;
}
#select-cont form .floor .lfg input {
    width: 83%;
}
#select-cont form .floor .fg label {
    float: right;
    color: #777676;
    background: #f4f3f3;
    border-left: 1px solid #e7e7e7;
    width: 44px;
    text-align: center;
    font-weight: normal;
}
#select-cont form .floor {
    float: left;
    width: 100%;
}
#select-cont form .floor:nth-child(4),
#select-cont form .floor:nth-child(5) {
    width: 23.5%;
    margin-right: 2%;
}
#select-cont form .floor:nth-child(6) {
    width: 49%;
}
#select-cont form .floor .fg {
    float: left;
    margin-bottom: 20px;
    width: 49%;
    margin-right: 2%;
}
#select-cont form .floor:nth-child(1) .fg {
    width: 49%;
    margin-right: 2%;
}
#select-cont form .floor:nth-child(2) .fg {
    width: 23.5%;
    margin-right: 2%;
}
#select-cont form .floor:nth-child(2) .fg:first-child {
    display: none;
}
#select-cont form .floor:nth-child(4) .fg,
#select-cont form .floor:nth-child(5) .fg,
#select-cont form .floor:nth-child(6) .fg,
#select-cont form .floor:nth-child(7) .fg {
    width: 100%;
}
#select-cont form .floor .fg:last-child {
    margin-right: 0;
}
#select-cont form p {
    color: #5c5b5b;
    line-height: 1.8;
    clear: both;
}
#select-cont form button {
    width: 185px;
    height: 50px;
    color: #fff;
    line-height: 48px;
    background: #1a3f73;
    margin: 30px 0;
    border: 1px solid #1a3f73;
    text-align: center;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#select-cont form button:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*证书*/

#zs-cont,
#zz-cont {
    background: #f6f6f6;
    padding: 25px 0;
}
#zz-cont {
    padding-top: 0 !important;
}
.zs-list li,
.zz-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 3px 3px #ededed;
    text-align: center;
}
.zs-list li:nth-child(3n),
.zz-list li:nth-child(3n) {
    margin-right: 0;
}
.zs-list li p,
.zz-list li p {
    margin-top: 12px;
    line-height: 1.8;
    color: #5e8ac1;
}
.zs-list li .pic,
.zz-list li .pic {
    overflow: hidden;
}
.zs-list li .pic img,
.zz-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.zs-list li:hover .pic img,
.zz-list li:hover .pic img {
    transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    -moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: .8;
    filter: alpha(opacity=80);
}

/*常见问题*/

.question .panel-default>.panel-heading a.collapsed {
    background: url(../images/jia.png) no-repeat left center;
    background-size: 16px;
}
.question .panel-default>.panel-heading a {
    padding-left: 20px;
    background: url(../images/jian.png) no-repeat left center;
    background-size: 16px;
}

/*数据应用表*/

#packet {
    background: #f6f6f6;
}
#packet p {
    color: #5c5b5b;
    line-height: 1.7;
    font-size: 16px;
    margin: 20px 0;
}
#packet li {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
#packet li i {
    color: #878787;
    font-size: 22px;
    margin-right: 12px;
    float: left;
}
#packet li a {
    color: #5e8ac1;
    float: left;
}
#packet li:hover a {
    text-decoration: underline;
}

/*行业经销商*/

#hy-cont {
    background: #f6f6f6;
    padding: 30px 0;
}
#hy-cont .container h4 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 26px;
}
#hy-cont .top li {
    float: left;
    width: 16%;
    margin-right: .8%;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
#hy-cont .top li .pic {
    overflow: hidden;
}
#hy-cont .top li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#hy-cont .top li:hover .pic img {
    width: 100%;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#hy-cont .top li .over {
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    background: rgba(0, 0, 0, .2);
    line-height: 109px;
}
#hy-cont .top li:nth-child(6n) {
    margin-right: 0;
}
.area-tit h4 {
    font-size: 24px;
    padding: 20px 0;
    color: #333;
    text-align: center;
    line-height: 1.5;
}
.area-tit h8 {
    font-size: 20px;
    padding: 20px 0;
    color: #333;
    text-align: left;
    line-height: 1.6;
}
.bottom-table h5 {
    font-size: 20px;
    color: #737171;
    margin-bottom: 15px;
}
.bottom-table table {
    border-collapse: collapse;
    width: 100%;
}
.bottom-table table th {
    background: #1a3f73;
    color: #fff;
    font-weight: normal;
    padding: 14px 0;
    text-align: center;
}
.bottom-table table td {
    color: #565454;
    padding: 14px 0;
    border: 1px solid #e7e7e7;
    text-align: center;
    background: #fff;
}
.bottom-table table tbody tr:nth-child(even) td {
    background: #f6f6f6;
}

/*地图*/

#china-map {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 61%;
    margin-top: -450px;
    margin-left: -452.2px;
    width: 905px;
    height: 769px;
}
#china-map .chmap > img {
    width: 100%;
}
#china-map .chmap .mark {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background: #999;
    border: 8px solid #eee;
    border-radius: 50%;
    opacity: .6;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    animation: pound 2s infinite;
}
@keyframes pound {
    from {
        transform: none;
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: none;
    }
}
@-webkit-keyframes pound {
    from {
        transform: none;
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: none;
    }
}
#china-map .chmap .mark1 {
    left: 160px;
    top: 220px;
}
#china-map .chmap .mark2 {
    left: 530px;
    top: 270px;
}
#china-map .chmap .mark3 {
    right: 90px;
    top: 100px;
}
#china-map .chmap .mark4 {
    right: 100px;
    top: 175px;
}
#china-map .chmap .mark5 {
    right: 135px;
    top: 230px;
}
#china-map .chmap .mark6 {
    right: 230px;
    top: 240px;
}
#china-map .chmap .mark7 {
    right: 210px;
    top: 280px;
}
#china-map .chmap .mark8 {
    right: 250px;
    top: 310px;
}
#china-map .chmap .mark9 {
    right: 290px;
    top: 350px;
}
#china-map .chmap .mark10 {
    right: 350px;
    top: 400px;
}
#china-map .chmap .mark11 {
    right: 400px;
    top: 310px;
}
#china-map .chmap .mark12 {
    right: 440px;
    top: 320px;
}
#china-map .chmap .mark13 {
    right: 550px;
    top: 360px;
}
#china-map .chmap .mark14 {
    left: 170px;
    top: 440px;
}
#china-map .chmap .mark15 {
    left: 420px;
    bottom: 260px;
}
#china-map .chmap .mark16 {
    left: 490px;
    bottom: 260px;
}
#china-map .chmap .mark17 {
    left: 480px;
    bottom: 170px;
}
#china-map .chmap .mark18 {
    left: 400px;
    bottom: 130px;
}
#china-map .chmap .mark19 {
    left: 520px;
    bottom: 100px;
}
#china-map .chmap .mark20 {
    right: 280px;
    bottom: 320px;
}
#china-map .chmap .mark21 {
    right: 290px;
    bottom: 270px;
}
#china-map .chmap .mark22 {
    right: 300px;
    bottom: 200px;
}
#china-map .chmap .mark23 {
    right: 220px;
    bottom: 190px;
}
#china-map .chmap .mark24 {
    right: 185px;
    bottom: 380px;
}
#china-map .chmap .mark25 {
    right: 160px;
    bottom: 330px;
}
#china-map .chmap .mark26 {
    right: 140px;
    bottom: 290px;
}
#china-map .chmap .mark27 {
    right: 190px;
    bottom: 280px;
}
#china-map .chmap .mark28 {
    right: 140px;
    bottom: 220px;
}
#china-map .chmap .mark29 {
    right: 180px;
    bottom: 140px;
}
#china-map .chmap .mark30 {
    right: 260px;
    bottom: 110px;
}
#china-map .chmap .mark31 {
    right: 210px;
    bottom: 80px;
}
#china-map .chmap .mark32 {
    right: 270px;
    bottom: 70px;
}
#china-map .chmap .mark33 {
    right: 330px;
    bottom: 10px;
}
#china-map .chmap .mark34 {
    right: 330px;
    bottom: 10px;
}

/*关于我们*/

#about-cont .big-pic li {
    height: 594px;
    background: url(../images/about_1.jpg) no-repeat center center;
    background-size: auto 100%;
    transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    color: #fff;
}
#about-cont .big-pic li:nth-child(2) {
    background: url(../images/about_2.jpg) no-repeat center center;
    background-size: auto 100%;
}
#about-cont .big-pic li:hover {
    background-size: auto 105%;
    transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
#about-cont .big-pic li section {
    width: 60%;
}
#about-cont .big-pic li h4 {
    font-size: 24px;
    margin-bottom: 8px;
}
#about-cont .big-pic li p {
    line-height: 1.7;
}
#about-cont .big-pic li a {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#about-cont .big-pic li a:hover {
    text-decoration: underline;
}
#about-cont .big-pic li:hover a {
    margin-left: 10px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*安全文化*/

#culture-cont {
    background: #f6f6f6;
    padding: 28px 0 70px;
}
#culture-cont .section h4 {
    color: #1a3f73;
    font-size: 20px;
    margin-bottom: 30px;
}
#culture-cont .section p {
    color: #4a4949;
    margin-bottom: 35px;
    line-height: 2;
}

/*加入我们*/

#join-cont {
    background: #f6f6f6;
    padding: 40px 0 80px;
    color: #4a4949;
}
#join-cont .top {
    position: relative;
}
#join-cont .top p {
    line-height: 1.8;
    margin-bottom: 26px;
}
#join-cont .top .btn {
    position: absolute;
    top: -15px;
    right: 0;
    display: block;
    color: #fff;
    background: #f48026;
    text-align: center;
    border: 1px solid #f48026;
    width: 146px;
    height: 46px;
    padding: 0;
    border-radius: 0;
    line-height: 44px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#join-cont .top .btn i {
    font-size: 18px;
    margin-right: 5px;
}
#join-cont .top .btn:hover {
    background: #fff;
    color: #f48026;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#join-cont .top input[type='file'] {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
}
#join-cont table {
    margin-top: 50px;
    width: 100%;
    border-collapse: collapse;
}
#join-cont th {
    background: #1a3f73;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 14px 0;
}
#join-cont td {
    text-align: center;
    padding: 14px 0;
    background: #fff;
    border: 1px solid #e7e7e7;
}
#join-cont table tbody tr:nth-child(even) td {
    background: #f6f6f6;
}

/*样品商品*/

#sample-cont {
    background: #f6f6f6;
    padding: 25px 0;
}
.sample-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-shadow: 0px 2px 2px 3px #ededed;
    text-align: center;
    background: #fff;
}
.sample-list li .pic {
    overflow: hidden;
}
.sample-list li .pic img {
    width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.sample-list li:hover .pic img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.sample-list li:nth-child(3n) {
    margin-right: 0;
}
.sample-list li p {
    color: #5e8ac1;
    padding: 13px;
    line-height: 1.7;
}

/*新闻*/

#news-cont {
    background: #f6f6f6;
    padding: 25px 0;
    padding-top: 0 !important;
}
#news-cont .container {}
.news-list li {
    float: left;
    width: 23.5%;
    padding: 2%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-shadow: 0px 2px 2px 3px #ededed;
    background: #fff;
}
.news-list li:nth-child(4n) {
    margin-right: 0;
}
.news-list li .pic {
    overflow: hidden;
}
.news-list li .pic img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news-list li:hover .pic img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news-list li section {
    padding: 10px;
}
.news-list li h5 {
    color: #1a3f73;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}
.news-list li span {
    color: #708db4;
    display: block;
}
.news-list li p {
    line-height: 1.7;
    color: #949494;
    height: 6.8em;
    overflow: hidden;
}

/*展会*/

#exhibition-cont {
    background: #f6f6f6;
    padding: 25px 0;
}
.zh-list li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-shadow: 0px 2px 2px 3px #ededed;
    background: #fff;
    padding: 22px;
}
.zh-list li:nth-child(2n) {
    margin-right: 0;
}
.zh-list li .pic {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.zh-list li h5 {
    color: #505050;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    line-height: 1.5;
}
.zh-list li span {
    color: #708db4;
    display: block;
    margin-bottom: 8px;
}
.zh-list li p {
    line-height: 1.7;
    color: #949494;
}
.zh-list li a {
    display: inline-block;
    color: #1a3f73;
    margin-top: 15px;
}
.zh-list li a i {
    margin-left: 5px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.zh-list li:hover a i {
    margin-left: 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.zh-list li .pic img {
    width: auto;
    max-width: 100%;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.zh-list li:hover .pic img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*Garlock中国*/

#located {
    background: #f6f6f6;
    padding-bottom: 30px;
}
#located .top-map img {
    width: 100%;
}
#located .office {
    margin-top: 30px;
}
#located .office h4 {
    color: #768686;
    font-size: 18px;
    margin-bottom: 15px;
}
#located .office li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 25px;
    color: #757577;
    min-height: 160px;
    margin-bottom: 25px;
}
#located .office li:nth-child(3n) {
    margin-right: 0;
}
#located .office li dt {
    color: #1a3f73;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
}
#located .office li dd {
    margin-bottom: 10px;
}

/*技术咨询*/

#advice-cont {
    padding: 26px 0 70px;
    background: #f6f6f6;
    padding-top: 0 !important;
}
#advice-cont .fg {
    margin-bottom: 15px;
    float: left;
    width: 32%;
    margin-right: 2%;
}
#advice-cont .fg:nth-of-type(3n) {
    margin-right: 0;
}
#advice-cont form p {
    color: #4a4949;
    line-height: 1.7;
    margin-bottom: 26px;
}
#advice-cont form p a {
    color: #5e8ac1;
}
#advice-cont form label {
    color: #767575;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}
#advice-cont form label span {
    color: #e87722;
}
#advice-cont form input,
#advice-cont form textarea {
    background: #fff;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    line-height: 48px;
    padding-left: 15px;
    font-size: 14px;
    color: #767575;
}
#advice-cont form textarea {
    padding: 8px 15px;
    line-height: 1.5;
    height: 240px;
    resize: none;
}
#advice-cont form button {
    display: block;
    float: right;
    width: 100px;
    height: 50px;
    line-height: 48px;
    background: #e87722;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #e87722;
    margin-top: 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#advice-cont form button:hover {
    background: #fff;
    color: #e87722;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*注册邮件*/

#zc-cont {
    padding: 26px 0 70px;
    background: #f6f6f6;
}
#zc-cont .fg {
    margin-bottom: 15px;
    float: left;
    width: 49%;
    margin-right: 2%;
}
#zc-cont .fg:nth-of-type(2) {
    margin-right: 0;
}
#zc-cont h4 {
    font-size: 16px;
    color: #5c5b5b;
    line-height: 1.7;
    margin-bottom: 15px;
}
#zc-cont form .fg label {
    color: #767575;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}
#zc-cont form label span {
    color: #e87722;
}
#zc-cont form input[type='text'] {
    background: #fff;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    line-height: 48px;
    padding-left: 15px;
    font-size: 14px;
    color: #767575;
}
#zc-cont form p {
    color: #767575;
    margin-bottom: 15px;
}
#zc-cont form .rg-group {
    width: 540px;
}
#zc-cont form .rg-group .rg {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
#zc-cont form .rg-group label {
    font-weight: normal;
    color: #767575;
    cursor: pointer;
}
#zc-cont form .rg-group input[type='checkbox'] {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
#zc-cont form button {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 48px;
    background: #1a3f73;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #1a3f73;
    margin-top: 40px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#zc-cont form button:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*加入详情*/

#join-detial {
    padding: 26px 0 70px;
    background: #f6f6f6;
    color: #49494a;
}
#join-detial h4 {
    color: #1a3f73;
    font-size: 20px;
    margin-bottom: 15px;
}
#join-detial ul {
    margin-bottom: 30px;
}
#join-detial ul li {
    padding: 14px 30px;
}
#join-detial ul li:nth-child(odd) {
    background: #fff;
    border: 1px solid #e7e7e7;
}
#join-detial ul li span {
    margin-left: 15px;
}
#join-detial dl {
    margin-bottom: 30px;
}
#join-detial dt {
    font-weight: normal;
    color: #1a3f73;
    margin-bottom: 10px;
}
#join-detial dd {
    line-height: 1.7;
    margin-top: 8px;
}
#join-detial a.btn {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 48px;
    background: #1a3f73;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #1a3f73;
    margin-top: 40px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#join-detial a.btn:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*应聘*/

#post {
    padding: 26px 0 70px;
    background: #f6f6f6;
}
#post .fg {
    margin-bottom: 15px;
    float: left;
    width: 49%;
    margin-right: 2%;
}
#post .fg:nth-of-type(2n) {
    margin-right: 0;
}
#post form h4 {
    font-size: 18px;
    color: #4a4949;
    line-height: 1.7;
    margin-bottom: 26px;
}
#post form label {
    color: #767575;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}
#post form label span {
    color: #e87722;
}
#post form input[type='text'],
#post form select {
    background: #fff;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    line-height: 48px;
    padding-left: 15px;
    font-size: 14px;
    color: #767575;
}
#post form input[type='file'] {
    height: 50px;
    outline: none;
    width: 100%;
}
#post form button {
    clear: both;
    display: block;
    width: 140px;
    height: 50px;
    line-height: 48px;
    background: #1a3f73;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #1a3f73;
    position: relative;
    top: 30px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#post form button:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#area-cont {
    display: none;
    padding-bottom: 70px;
}
#area-cont .bottom-table {
    display: none;
}
.to-top {
    background: rgba(0, 0, 0, .7);
    width: 48px;
    height: 48px;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 6px;
    bottom: 6px;
    cursor: pointer;
    font-size: 20px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    display: none;
    z-index: 9999;
}
.to-top:hover {
    background: #1a3f73;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*手机底部*/

#mobile-foot {
    background: #1a3f73;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}
#mobile-foot a {
    color: #fff;
    display: inline-block;
    width: 25%;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#mobile-foot a i {
    margin-right: 5px;
}
#mobile-foot a:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*新闻详情*/

#news-detial {
    color: #666;
    background: #f6f6f6;
    padding: 40px 0 70px;
}
#news-detial .tit {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 25px;
}
#news-detial h4 {
    color: #3b3b3b;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
}
#news-detial .cont {
    margin-bottom: 30px;
}
#news-detial p {
    line-height: 2;
    margin-bottom: 15px;
}
#news-detial .bottom a {
    color: #1a3f73;
    border-radius: 5px;
    border: 1px solid #1a3f73;
    padding: 8px 20px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#news-detial .bottom a:hover {
    background: #1a3f73;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#news-detial .bottom a i {
    margin-right: 5px;
}
#news-detial .bottom a:last-child i {
    margin: 0 0 0 5px;
}
.pro-detial {
    background: #fff;
}
.pro-detial .bottom {
    background: #fff;
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav>li:hover .dropdown-menu {
        display: block;
    }
    #header .navbar-nav li .dropdown-menu {
        display: block;
        top: 150%;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }
    #header .navbar-nav >li.open .dropdown-menu {
        top: 100%;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    #banner .bxslider li .section h4 {
        font-size: 48px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
    .navbar {
        height: 60px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: ;
    }
    .navbar-brand {
        padding: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 20px 0;
        font-size: 16px;
    }
    #header .navbar-nav > li:last-child {
        line-height: 60px;
    }
    #header .search-ico {
        margin-top: 18px;
    }
    #about-cont .big-pic li section h4 {
        font-size: 26px;
    }
    #about-cont .big-pic li p {
        font-size: 18px;
    }
    .food-swiper .item p {
        height: 50px;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
/*-----------------------banner pagerControl---------------------*/
    .bx-wrapper .bx-pager {
        bottom: 0;
        top: auto;
    }
    .bx-wrapper .bx-controls-direction a {
        left: 75%;
    }
    .bx-wrapper .bx-pager-item {
        display: inline-block;
        margin-right: 5px;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        display: inline-block;
    }
/*-----------------------banner pagerControl---------------------*/
    
    
    #food-cont .pro-tab .nav-tabs li a {
        font-size: 20px;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 65%;
    }
    #hy-cont .container h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .bx-wrapper .bx-next {
        top: 75% !important;
    }
    #banner .bxslider li .container {
        margin-left: -485px;
        bottom: 0;
    }
    .inner-banner {
        padding-top: 50px;
    }
    .inner-banner img {
        height: 100%;
    }
    .inner-banner .container {
        margin-left: -485px;
        bottom: 35px;
    }
    .inner-banner .container .left {
        font-size: 22px;
    }
    #home-one li {
        height: 130px;
        line-height: 130px;
        overflow: hidden;
    }
    #home-one li dl {
        display: inline-block;
    }
    #home-one li dl dt {
        display: inline-block;
        margin-right: 15px;
    }
    #home-one li dt img {
        width: 50px;
    }
    #home-one li:nth-child(2) dt img {
        width: 60px;
    }
    #home-one li:nth-child(3) dt img {
        width: 70px;
    }
    #home-one li dd span {
        font-size: 17px;
    }
    #home-two .item {
        width: 33.33%;
        display: table-cell;
    }
    #home-two .item:nth-child(3) {
        width: 33.33%;
    }
    #home-two .item .section {
        padding: 10% 5% 0 10%;
    }
    #home-two .item .section h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #home-three .right h4 {
        font-size: 19px;
        margin-bottom: 12px
    }
    #home-three .right p {
        margin-bottom: 16px;
    }
    #home-four {
        padding-top: 35px;
    }
    #home-four li {
        margin-bottom: 35px;
    }
    #home-four li dt img {
        width: 170px;
    }
    #home-four li dd {
        width: 60%;
        padding-left: 15px;
    }
    #home-four li dd h4 {
        padding-bottom: 8px;
        font-size: 17px;
    }
    #home-four li dd h5 {
        font-size: 15px;
        margin: 3px 0;
    }
    #home-four li dd p {
        margin: 3px 0;
        font-size: 13px;
    }
    .food-detial {
        padding: 50px 0;
    }
    .food-detial .left {
        margin-right: 40px;
        width: 360px;
    }
    .food-detial .right {
        width: 57%;
    }
    .food-detial .right p {
        margin-top: 10px;
    }
    .food-detial .right h5,
    .food-detial .right dt {
        font-size: 17px;
    }
    .food-detial .right dl {
        margin: 18px 0;
    }
    #pro-cont .pro-top dl dt {
        padding: 75px 20px;
        width: 420px;
        text-align: center;
    }
    #pro-cont .pro-top dl dd {
        width: 55%;
    }
    .pro-detial .top {
        padding: 60px 0 10px;
    }
    .pro-detial .top .left a.btn {
        width: 195px;
        height: 40px;
        line-height: 38px;
    }
    .pro-detial .top .right {
        float: left;
        color: #767676;
        width: 50%;
    }
    .pro-detial .top .right h5 {
        font-size: 17px;
    }
    .pro-detial .top .right p {
        margin-bottom: 15px;
    }
    .pro-detial .top .right dl {
        margin-bottom: 35px;
    }
    .pro-detial .top .right dt {
        font-size: 17px;
    }
    .pro-detial .top .right dd {
        margin-top: 8px;
        padding-left: 15px;
    }
    #select-cont form .floor .lfg input {
        width: 79%;
    }
    #hy-cont .top li .over {
        font-size: 22px;
    }
    #about-cont .big-pic li {
        height: 500px;
    }
    #about-cont .big-pic li section {
        width: 68%;
    }
    #about-cont .big-pic li h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    #about-cont .big-pic li p {
        line-height: 1.7;
    }
    #culture-cont {
        padding: 22px 0 60px;
    }
    #culture-cont .section h4 {
        font-size: 19px;
        margin-bottom: 25px;
    }
    #culture-cont .section p {
        margin-bottom: 30px;
    }
    #located .office li {
        min-height: 190px;
    }
    #china-map {
        top: 65%;
    }
    #home-two .scroll-box {
        overflow-x: scroll;
    }
    #home-two .owl-item:nth-child(3n+4) .item .section:after {
        top: auto;
        bottom: -12px;
        border-top: 12px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .js-ul li {
        float: left;
        font-size: 16px;
        margin-right: 10px;
    }
    #food-cont .pro-tab .nav-tabs li a {
        font-size: 18px;
    }
    #header .header-top {
        height: 45px;
        line-height: 45px;
    }
    #hy-cont .container h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    #home-two .owl-item:nth-child(3n+4) .item .section:after {
        top: auto;
        bottom: -12px;
        border-top: 12px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: none;
    }
    #header .header-top ul.right > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        text-align: left;
        line-height: 1.5;
        width: 100%;
        background: #003568;
        text-align: center;
        padding: 4px 0;
        display: none;
    }
    #header .header-top ul.right > li ul a {
        padding: 2px 0;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-brand img {
        height: 30px;
    }
    .navbar-default .navbar-nav>li {
        margin-right: 20px;
    }
    .navbar-default .navbar-nav>li:nth-child(7) {
        margin-right: 10px;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 15px 0;
    }
    #header .navbar-nav .dropdown-menu>li>a {
        padding: 5px 15px;
    }
    .navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu,
    .navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu {
        min-width: 400px;
    }
    .navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu li,
    .navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu li {
        width: 170px;
    }
    .navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu {
        min-width: 280px;
    }
    .navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu li {
        width: 120px;
    }
    #header .navbar-nav > li:last-child {
        width: 98.5%;
    }
    #header .navbar-nav > li:last-child.show {
        right: -20px;
    }
    #banner .bxslider li .container {
        margin-left: -375px;
        bottom: 0;
    }
    .inner-banner {
        padding-top: 45px;
    }
    .inner-banner img {
        height: 100%;
    }
    .inner-banner .container {
        margin-left: -375px;
        bottom: 35px;
    }
    .inner-banner .container .left {
        font-size: 20px;
    }
    #banner .bxslider li .section h4 {
        font-size: 32px;
    }
    #banner .bxslider li .section p {
        margin: 13px 0 20px;
        width: 450px;
        font-size: 14px;
    }
    #banner .bxslider li .section a.btn {
        width: 120px;
        height: 42px;
        line-height: 40px;
        font-size: 14px;
    }

/*-----------------------banner pagerControl---------------------*/
    .bx-wrapper .bx-pager {
        bottom: 0;
        top: auto;
    }
    .bx-wrapper .bx-controls-direction a {
        left: 75%;
    }
    .bx-wrapper .bx-pager-item {
        display: inline-block;
        margin-right: 5px;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        display: inline-block;
    }
/*-----------------------banner pagerControl---------------------*/
    .bx-wrapper .bx-controls-direction a {
        font-size: 15px;
        width: 52px;
        height: 52px;
        padding: 15px;
    }
    .bx-wrapper .bx-next {
        top: 80% !important;
    }
    #home-one li {
        height: 155px;
        line-height: 1;
        overflow: hidden;
    }
    #home-one li dl {
        display: block;
    }
    #home-one li dl dt {
        display: block;
        margin: 15px 0;
    }
    #home-one li dt img {
        width: 45px;
    }
    #home-one li:nth-child(2) dt img {
        width: 49px;
    }
    #home-one li:nth-child(3) dt img {
        width: 51px;
    }
    #home-one li dd {
        display: block;
        text-align: center;
        position: relative;
        top: 0;
    }
    #home-one li dd span {
        display: block;
        font-size: 16px;
        margin-bottom: 2px;
    }
    #home-one li dd i {
        line-height: 1.8;
    }
    #home-two .out-ul {
        display: table;
        width: 150%;
    }
    #home-two ul {
        display: table-row;
    }
    #home-two .item {
        width: 33.33%;
        display: table-cell;
    }
    #home-two .item:nth-child(3) {
        width: 33.33%;
    }
    #home-two .item .section {
        padding: 6% 5% 0 8%;
    }
    #home-two .item .section h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #home-two .all {
        padding: 20px 0;
    }
    #home-two .all a.btn {
        width: 180px;
        height: 44px;
        line-height: 40px;
    }
    #home-three .left {
        float: none;
        width: 100%;
        overflow: hidden;
        min-height: 300px;
    }
    #home-three .right {
        float: none;
        width: 100%;
        position: relative;
        height: auto !important;
    }
    #home-three .right .nav {
        right: 0;
        top: auto;
        bottom: 100%;
        margin-top: 0;
        width: 100%;
    }
    #home-three .right .nav li {
        float: none;
        margin-bottom: 0;
        float: left;
        width: 25%;
        padding-right: 1px;
    }
    #home-three .right .nav li:last-child {
        padding-right: 0;
    }
    #home-three .right .nav li a {
        height: 60px;
        line-height: 60px;
        text-align: center;
        padding-left: 0;
        width: auto;
        font-size: 15px;
    }
    #home-three .right .tab-pane {
        padding: 20px 15px;
    }
    #home-three .right h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    #home-three .right p {
        margin-bottom: 10px;
    }
    #home-four {
        padding-top: 20px;
    }
    #home-four li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #home-four li dt img {
        width: 160px;
    }
    #home-four li dd {
        width: 75%;
        padding-left: 15px;
    }
    #home-four li dd h4 {
        padding-bottom: 8px;
        font-size: 16px;
    }
    #home-four li dd h5 {
        font-size: 15px;
        margin: 8px 0;
    }
    #home-four li dd p {
        margin: 8px 0;
        font-size: 13px;
    }
    #footer {
        padding-top: 28px;
    }
    #footer .foot-top dl {
        width: 48%;
    }
    #footer .foot-top dl dt {
        font-size: 15px;
    }
    #footer .link {
        padding: 25px 0;
        margin-top: 15px;
    }
    #footer .link li {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    #footer .bottom {
        height: 48px;
        line-height: 48px;
    }
    #footer .bottom img {
        margin-right: 8px;
        height: 20px;
    }
    #app-cont {
        padding: 20px 0;
    }
    .app-list li {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 20px;
    }
    .app-list li:nth-child(3n) {
        margin-right: 0;
    }
    .app-list li section {
        padding: 13px;
    }
    .app-list li h5 {
        font-size: 15px;
    }
    .in-banner .container {
        bottom: 10%;
    }
    .in-banner .section {
        width: 640px;
    }
    .in-banner h4 {
        font-size: 21px;
    }
    .in-banner p {
        font-size: 14px;
    }
    .food-swiper a.btn {
        width: 180px;
        height: 45px;
        line-height: 41px;
        margin-top: 20px;
    }
    .xg-pro {
        padding: 20px 0 10px;
    }
    .xg-pro h4,
    .linkman h4 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .xg-pro .xg-list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .xg-pro .xg-list li:nth-child(4n) {
        margin-right: 2%;
    }
    .xg-pro .xg-list li:nth-child(3n) {
        margin-right: 0;
    }
    .linkman {
        padding: 20px 0;
    }
    .linkman li {
        font-size: 15px;
        margin: 0px 20px 4px;
    }
    .food-detial {
        padding: 30px 0;
    }
    .food-detial .left {
        margin-right: 20px;
        width: 320px;
    }
    .food-detial .right {
        width: 52%;
    }
    .food-detial .right p {
        margin-top: 8px;
    }
    .food-detial .right h5,
    .food-detial .right dt {
        font-size: 16px;
    }
    .food-detial .right dl {
        margin: 15px 0;
    }
    #pro-cont .second-list {
        padding: 20px 0;
    }
    #pro-cont .second-list li {
        float: left;
        margin-bottom: 20px;
    }
    #pro-cont .second-list li section {
        padding: 13px 20px;
    }
    #pro-cont .second-list li h5 {
        color: #5e8ac1;
        font-size: 18px;
        margin-bottom: 8px;
    }
    #pro-cont .three-list {
        padding: 20px 0;
    }
    #pro-cont .pro-top {
        margin-bottom: 20px;
        padding: 30px 0;
    }
    #pro-cont .pro-top dl dt {
        padding: 60px 20px;
        width: 300px;
    }
    #pro-cont .pro-top dl dd {
        width: 58%;
    }
    #pro-cont .pro-top dl dd h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    #pro-cont .pro-top dl dd p {
        margin-bottom: 20px;
    }
    #pro-cont .three-list li {
        margin-bottom: 20px;
    }
    #pro-cont .three-list li section {
        padding: 12px;
    }
    #pro-cont .four-list {
        padding: 20px 0;
    }
    #pro-cont .four-list li,
    #pro-cont .three-list li,
    #pro-cont .second-list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    #pro-cont .four-list li:nth-child(4n),
    #pro-cont .three-list li:nth-child(4n),
    #pro-cont .second-list li:nth-child(4n) {
        margin-right: 2%;
    }
    #pro-cont .four-list li:nth-child(3n),
    #pro-cont .three-list li:nth-child(3n)#pro-cont .second-list li:nth-child(3n) {
        margin-right: 0;
    }
    #pro-cont .four-list li section {
        padding: 12px;
    }
    .pro-detial .top {
        padding: 40px 0 10px;
    }
    .pro-detial .top .left a.btn {
        width: 190px;
        height: 40px;
        line-height: 38px;
    }
    .pro-detial .top .right {
        width: 50%;
    }
    .pro-detial .top .right h5 {
        font-size: 16px;
    }
    .pro-detial .top .right p {
        margin-bottom: 12px;
    }
    .pro-detial .top .right dl {
        margin-bottom: 30px;
    }
    .pro-detial .top .right dt {
        font-size: 16px;
    }
    .pro-detial .top .right dd {
        margin-top: 6px;
        padding-left: 15px;
    }
    .pro-detial .bottom {
        padding: 20px 0;
    }
    .pro-detial .bottom h4 {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .pro-detial .bottom .nav-tabs>li {
        margin-bottom: 15px;
        margin-right: 20px;
    }
    .pro-detial .bottom .nav-tabs>li>a,
    .pro-detial .bottom .nav-tabs>li>a:hover,
    .pro-detial .bottom .nav-tabs>li>a:focus {
        font-size: 16px;
    }
    .pro-detial .bottom .contact {
        height: 60px;
        line-height: 60px;
        padding: 0 17px;
    }
    .panel-default>.panel-heading {
        height: 60px;
        line-height: 60px;
        padding: 0 17px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 22px 50px;
    }
    #install-cont,
    #select-cont {
        padding-bottom: 30px;
    }
    #install-cont h4,
    #select-cont h4 {
        font-size: 16px;
        padding: 18px 0;
    }
    #select-cont .fg {
        height: 46px;
        line-height: 44px;
    }
    #select-cont input[type='text'],
    #select-cont select {
        padding-left: 15px;
    }
    #select-cont form .floor .lfg input {
        width: 76%;
    }
    #select-cont form .floor .fg label {
        width: 40px;
    }
    #select-cont form button {
        width: 160px;
        height: 46px;
        line-height: 44px;
        margin: 20px 0;
    }
    #zs-cont,
    #zz-cont {
        padding: 20px 0;
    }
    .zs-list,
    .zz-list li {
        margin-bottom: 20px;
        padding: 15px;
    }
    .zs-list li p,
    .zz-list li p {
        margin-top: 10px;
    }
    #packet p {
        font-size: 15px;
        margin: 16px 0;
    }
    #packet li {
        margin-bottom: 20px;
    }
    #packet li i {
        font-size: 20px;
        margin-right: 10px;
    }
    #hy-cont {
        padding: 25px 0;
    }
    #hy-cont .top li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    #hy-cont .top li:nth-child(6n) {
        margin-right: 2%;
    }
    #hy-cont .top li:nth-child(4n) {
        margin-right: 0;
    }
    #hy-cont .top li .over {
        font-size: 20px;
    }
    .area-tit h4 {
        font-size: 21px;
    }
    .bottom-table h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .bottom-table table th {
        padding: 12px 0;
    }
    .bottom-table table td {
        padding: 12px 0;
    }
    .no-pic {
        height: 95px;
    }
    #about-cont .big-pic li {
        height: 420px;
    }
    #about-cont .big-pic li section {
        width: 80%;
    }
    #about-cont .big-pic li h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #about-cont .big-pic li a {
        margin-top: 12px;
    }
    #culture-cont {
        padding: 20px 0 50px;
    }
    #culture-cont .section h4 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    #culture-cont .section p {
        margin-bottom: 25px;
    }
    #join-cont {
        padding: 30px 0 60px;
    }
    #join-cont .top p {
        margin-bottom: 22px;
    }
    #join-cont .top .btn {
        width: 130px;
        height: 43px;
        line-height: 41px;
    }
    #join-cont .top .btn i {
        font-size: 17px;
    }
    #join-cont table {
        margin-top: 40px;
    }
    #join-cont th {
        padding: 13px 0;
    }
    #join-cont td {
        padding: 13px 0;
    }
    #sample-cont {
        padding: 20px 0;
    }
    .sample-list li {
        margin-bottom: 20px;
    }
    #news-cont {
        padding: 20px 0;
    }
    .news-list li h5 {
        font-size: 15px;
    }
    #exhibition-cont {
        padding: 20px 0;
    }
    .zh-list li {
        margin-bottom: 20px;
        padding: 20px;
    }
    .zh-list li .pic {
        margin-bottom: 12px;
    }
    .zh-list li h5 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    .zh-list li span {
        margin-bottom: 6px;
    }
    .zh-list li a {
        margin-top: 12px;
    }
    #located {
        padding-bottom: 25px;
    }
    #located .office {
        margin-top: 25px;
    }
    #located .office h4 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    #located .office li {
        width: 48%;
        margin-right: 4%;
        padding: 20px;
        min-height: 180px;
        margin-bottom: 20px;
    }
    #located .office li:nth-child(3n) {
        margin-right: 4%;
    }
    #located .office li:nth-child(2n) {
        margin-right: 0;
    }
    #located .office li dt {
        font-size: 15px;
        margin-bottom: 8px;
    }
    #located .office li dd {
        margin-bottom: 8px;
    }
    #advice-cont {
        padding: 22px 0 60px;
    }
    #advice-cont .fg {
        margin-bottom: 12px;
    }
    #advice-cont .fg:nth-of-type(3n) {
        margin-right: 0;
    }
    #advice-cont form p {
        margin-bottom: 22px;
    }
    #advice-cont form label {
        margin-bottom: 8px;
    }
    #advice-cont form input,
    #advice-cont form textarea {
        height: 45px;
        line-height: 43px;
        padding-left: 12px;
        font-size: 14px;
    }
    #advice-cont form textarea {
        padding: 8px 12px;
        height: 200px;
    }
    #advice-cont form button {
        width: 100px;
        height: 45px;
        line-height: 43px;
        margin-top: 12px;
    }
    #zc-cont {
        padding: 20px 0 50px;
    }
    #zc-cont .fg {
        margin-bottom: 12px;
    }
    #zc-cont h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    #zc-cont form .fg label {
        margin-bottom: 8px;
    }
    #zc-cont form input[type='text'] {
        height: 45px;
        line-height: 43px;
        padding-left: 12px;
    }
    #zc-cont form p {
        margin-bottom: 12px;
    }
    #zc-cont form .rg-group {
        width: 500px;
    }
    #zc-cont form .rg-group .rg {
        margin-bottom: 3px;
    }
    #zc-cont form .rg-group input[type='checkbox'] {
        margin-right: 8px;
    }
    #zc-cont form button {
        width: 120px;
        height: 45px;
        line-height: 43px;
        margin-top: 30px;
    }
    #join-detial {
        padding: 20px 0 50px;
    }
    #join-detial h4 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    #join-detial ul {
        margin-bottom: 25px;
    }
    #join-detial ul li {
        padding: 13px 25px;
    }
    #join-detial ul li span {
        margin-left: 12px;
    }
    #join-detial dl {
        margin-bottom: 25px;
    }
    #join-detial dt {
        margin-bottom: 8px;
    }
    #join-detial dd {
        margin-top: 6px;
    }
    #join-detial a.btn {
        width: 130px;
        height: 45px;
        line-height: 43px;
    }
    #post {
        padding: 20px 0 50px;
    }
    #post .fg {
        margin-bottom: 12px;
    }
    #post form h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #post form label {
        margin-bottom: 8px;
    }
    #post form input[type='text'],
    #post form select {
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }
    #post form input[type='file'] {
        height: 45px;
    }
    #post form button {
        width: 120px;
        height: 45px;
        line-height: 43px;
        top: 30px;
    }
    #china-map {
        top: 46%;
        margin-top: 0;
        margin-left: -360px;
        width: 720px;
        height: auto;
        border-top: 1px solid #1a3f73;
        border-left: 1px solid #1a3f73;
    }
    #china-map .chmap> img {
        display: none;
    }
    #china-map .chmap .mark {
        position: static;
        animation: none;
        text-indent: 0;
        width: 100%;
        border: 1px solid #1a3f73;
        border-radius: 0;
        width: 10%;
        float: left;
        line-height: 28px;
        background: rgba(255, 255, 255, .5);
        text-align: center;
        font-size: 14px;
        padding: 0;
        border-top: 0;
        border-left: 0;
        opacity: 1;
        color: #1a3f73;
    }
    #home-two .scroll-box {
        overflow: scroll;
    }
    #news-detial {
        padding: 30px 0 50px;
    }
    #news-detial .tit {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #news-detial h4 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    #news-detial .cont {
        margin-bottom: 25px;
    }
    #news-detial p {
        line-height: 2;
        margin-bottom: 13px;
    }
    #news-detial .bottom a {
        padding: 6px 18px;
    }
    .news-list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .news-list li:nth-child(4n) {
        margin-right: 2%;
    }
    .news-list li:nth-child(3n) {
        margin-right: 0;
    }
}
@media (max-width:767px) {
    #header .menu {
        display: block;
    }
    .cbbfixed {
        bottom: 52px !important;
    }
    #home-two .scroll-box {
        overflow-x: scroll;
    }
    #header .header-top {
        height: 40px;
        line-height: 40px;
    }
    #header .header-top ul.right > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        text-align: left;
        line-height: 1.5;
        width: 100%;
        background: #003568;
        text-align: center;
        padding: 4px 0;
        display: none;
    }
    #header .header-top ul.right > li ul a {
        padding: 2px 0;
    }
    .navbar-brand {
        padding: 11px 15px;
    }
    .navbar-brand img {
        height: 28px;
    }
    #header .navbar-collapse {
        float: none;
        width: 100%;
        margin: 0;
    }
    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0 0 10px 0;
    }
    .navbar-default .navbar-nav>li {
        margin-right: 0;
    }
    .navbar-default .navbar-nav>li:nth-child(7) {
        margin-right: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 8px 0;
    }
    #header .navbar-nav li .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent;
        padding: 0;
    }
    .pro-detial .top .right {
        margin-left: 0;
    }
    #header .navbar-nav .dropdown-menu>li>a {
        padding: 5px 15px;
    }
    .navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu li,
    .navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu li,
    .navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu li {
        float: none;
    }
    .navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu,
    .navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu,
    .navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu {
        min-width: auto;
    }
    .navbar-default .navbar-nav>li:nth-child(1) .dropdown-menu li,
    .navbar-default .navbar-nav>li:nth-child(3) .dropdown-menu li,
    .navbar-default .navbar-nav>li:nth-child(2) .dropdown-menu li {
        width: 100%;
    }
    #header .navbar-nav > li:last-child {
        position: relative;
        right: 0;
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: 35px;
        line-height: 33px;
        border: 1px solid #4a4949;
        background: transparent;
    }
    #header.no-bg .navbar-nav > li:last-child {
        background: transparent;
    }
    #header .navbar-nav > li:last-child input {
        height: 33px;
        line-height: 33px;
    }
    #header .search-ico {
        display: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #4a4949;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-right: 5px;
        position: absolute;
        right: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .bx-wrapper .bx-pager {
        display: none;
    }
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    .inner-banner .container .left {
        font-size: 16px;
    }
    #home-two .all {
        padding: 20px 0;
    }
    #home-two .all a.btn {
        width: 160px;
        height: 42px;
        line-height: 38px;
    }
    .inner-banner {
        padding-top: 40px;
    }
    .inner-banner .container {
        margin-left: 0;
        left: 0;
        bottom: 35px;
        width: 100%;
    }
    .inner-banner .container .left {
        font-size: 18px;
    }
    .food-swiper .owl-carousel .owl-nav .owl-next,
    .food-swiper .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
    .to-top {
        width: 35px;
        height: 35px;
        line-height: 32px;
        font-size: 18px;
        bottom: 60px;
    }
    #footer {
        display: none;
    }
    #mobile-foot {
        display: block;
    }
    #mobile-foot a {
        font-size: 13px;
    }
    body {
        padding-bottom: 50px;
    }
    #home-two .owl-item:nth-child(3n+4) .item .section:after {
        top: auto;
        bottom: -12px;
        border-top: 12px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .js-ul li {
        font-size: 15px;
        margin-right: 5px;
    }
    .js-ul li a {
        padding: 10px 8px;
    }
    #food-cont .pro-tab .nav-tabs li a {
        font-size: 16px;
    }
    #hy-cont .container h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    #banner .bxslider li .container {
        margin-left: 0;
        left: 0;
        bottom: 0;
    }
    #banner .bxslider li .section h4 {
        font-size: 28px;
    }
    #banner .bxslider li .section p {
        margin: 10px 0 12px;
        width: 430px;
        font-size: 14px;
    }
    #banner .bxslider li .section a.btn {
        text-align: center;
        font-size: 14px;
    }
    #home-one li {
        height: 150px;
        line-height: 1;
        overflow: hidden;
        padding: 0 5px;
    }
    #home-one li dl {
        display: block;
    }
    #home-one li dl dt {
        display: block;
        margin: 10px 0;
    }
    #home-one li dt img {
        width: 40px;
    }
    #home-one li:nth-child(2) dt img {
        width: 43px;
    }
    #home-one li:nth-child(3) dt img {
        width: 45px;
    }
    #home-one li dd {
        display: block;
        text-align: center;
        position: relative;
        top: 0;
    }
    #home-one li dd span {
        display: block;
        font-size: 15px;
        margin-bottom: 2px;
    }
    #home-one li dd i {
        line-height: 1.8;
    }
    #home-two .out-ul {
        width: 300%;
        display: table;
    }
    #home-two ul {
        display: table-row;
    }
    #home-two .item {
        width: 33.33%;
        display: table-cell;
    }
    #home-two .item:nth-child(3) {
        width: 33.33%;
    }
    #home-two .item .section {
        padding: 10% 5% 0 8%;
    }
    #home-two .item .section h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    #home-three .left {
        float: none;
        width: 100%;
        overflow: hidden;
        min-height: 200px;
    }
    #home-three .right {
        float: none;
        width: 100%;
        position: relative;
        height: auto !important;
    }
    #home-three .right .nav {
        right: 0;
        top: auto;
        bottom: 100%;
        margin-top: 0;
        width: 100%;
    }
    #home-three .right .nav li {
        float: none;
        margin-bottom: 0;
        float: left;
        width: 25%;
        padding-right: 1px;
    }
    #home-three .right .nav li:last-child {
        padding-right: 0;
    }
    #home-three .right .nav li a {
        height: 55px;
        line-height: 55px;
        text-align: center;
        padding-left: 0;
        width: auto;
        font-size: 14px;
    }
    #home-three .right .nav li a img {
        margin-right: 10px;
        height: 18px;
    }
    #home-three .right .tab-pane {
        padding: 20px 15px;
    }
    #home-three .right h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    #home-three .right p {
        margin-bottom: 10px;
    }
    #home-four {
        padding-top: 15px;
    }
    #home-four li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #home-four li dt img {
        width: 150px;
    }
    #home-four li dd {
        width: 64%;
        padding-left: 10px;
    }
    #home-four li dd h4 {
        padding-bottom: 5px;
        font-size: 15px;
    }
    #home-four li dd h5 {
        font-size: 14px;
        margin: 3px 0;
    }
    #home-four li dd p {
        margin: 3px 0;
        font-size: 13px;
    }
    #home-five {
        padding: 20px 0;
    }
    #home-five h4 {
        font-size: 16px;
    }
    .pro-carousel {
        margin-top: 10px;
        padding-bottom: 25px;
    }
    #home-five .pic {
        padding: 30px 0;
    }
    #home-five i {
        padding: 12px 0;
    }
    #footer {
        padding-top: 15px;
    }
    #footer .foot-top dl {
        width: 48%;
    }
    #footer .foot-top dl dt {
        font-size: 15px;
    }
    #footer .link {
        padding: 18px 0;
        margin-top: 15px;
    }
    #footer .link li {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    #footer .bottom {
        height: auto;
        line-height: 1.8;
        padding: 8px 0;
    }
    #footer .bottom img {
        margin-right: 8px;
        height: 20px;
    }
    #footer .bottom .left,
    #footer .bottom .right {
        float: none;
    }
    #footer .bottom .right {
        margin-top: 5px;
    }
    #app-cont {
        padding: 20px 0;
    }
    .app-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .app-list li:nth-child(3n) {
        margin-right: 2%;
    }
    .app-list li:nth-child(2n) {
        margin-right: 0;
    }
    .app-list li section {
        padding: 10px;
    }
    .app-list li h5 {
        font-size: 14px;
    }
    .in-banner img {
        width: auto;
        height: 250px;
    }
    .map-banner img {
        width: 100%;
        height: auto;
    }
    .in-banner .container {
        bottom: 10%;
    }
    .in-banner .section {
        width: 100%;
    }
    .in-banner h4 {
        font-size: 19px;
    }
    .in-banner p {
        font-size: 14px;
    }
    .app-list li section {
        padding: 12px;
    }
    .app-list li h5 {
        font-size: 15px;
    }
    .food-swiper {
        padding: 15px 0;
    }
    .food-swiper a.btn {
        width: 160px;
        height: 43px;
        line-height: 39px;
        margin-top: 15px;
    }
    .xg-pro {
        padding: 15px 0 5px;
    }
    .xg-pro h4,
    .linkman h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .xg-pro .xg-list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .xg-pro .xg-list li:nth-child(4n) {
        margin-right: 4%;
    }
    .xg-pro .xg-list li:nth-child(2n) {
        margin-right: 0;
    }
    .linkman {
        padding: 15px 0;
    }
    .linkman li {
        font-size: 14px;
        margin: 0px 10px 4px;
    }
    .food-detial {
        padding: 20px 0;
    }
    .food-detial .left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .food-detial .right {
        width: 100%;
    }
    .food-detial .right p {
        margin-top: 8px;
    }
    .food-detial .right h5,
    .food-detial .right dt {
        font-size: 15px;
    }
    .food-detial .right dl {
        margin: 12px 0;
    }
    #pro-cont .second-list {
        padding: 20px 0;
    }
    #pro-cont .second-list li {
        float: left;
        margin-bottom: 15px;
    }
    #pro-cont .second-list li section {
        padding: 10px 15px;
    }
    #pro-cont .second-list li h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    #pro-cont .three-list {
        padding: 20px 0;
    }
    #pro-cont .pro-top {
        margin-bottom: 15px;
        padding: 20px 0;
    }
    #pro-cont .pro-top dl dt {
        padding: 20px 20px;
        width: 100%;
    }
    #pro-cont .pro-top dl dd {
        width: 100%;
        padding: 0 15px;
    }
    #pro-cont .pro-top dl dd h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #pro-cont .pro-top dl dd p {
        margin-bottom: 10px;
    }
    #pro-cont .three-list li {
        margin-bottom: 15px;
    }
    #pro-cont .three-list li section {
        padding: 12px;
    }
    #pro-cont .four-list {
        padding: 15px 0;
    }
    #pro-cont .four-list li,
    #pro-cont .three-list li,
    #pro-cont .second-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    #pro-cont .four-list li:nth-child(4n),
    #pro-cont .three-list li:nth-child(4n),
    #pro-cont .second-list li:nth-child(4n) {
        margin-right: 2%;
    }
    #pro-cont .four-list li:nth-child(2n),
    #pro-cont .three-list li:nth-child(2n),
    #pro-cont .second-list li:nth-child(2n) {
        margin-right: 0;
    }
    #pro-cont .four-list li section {
        padding: 12px;
    }
    .pro-detial .top {
        padding: 30px 0 10px;
    }
    .pro-detial .top .left {
        width: 100%;
        margin-bottom: 15px;
        float: none;
    }
    .pro-detial .top .left a.btn {
        width: 180px;
        height: 38px;
        line-height: 36px;
    }
    .pro-detial .top .right {
        width: 100%;
        float: none;
    }
    .pro-detial .top .right h5 {
        font-size: 15px;
    }
    .pro-detial .top .right p {
        margin-bottom: 10px;
    }
    .pro-detial .top .right dl {
        margin-bottom: 20px;
    }
    .pro-detial .top .right dt {
        font-size: 15px;
    }
    .pro-detial .top .right dd {
        margin-top: 6px;
        padding-left: 13px;
    }
    .pro-detial .bottom {
        padding: 15px 0;
    }
    .pro-detial .bottom h4 {
        font-size: 21px;
        margin-bottom: 13px;
    }
    .pro-detial .bottom .nav-tabs>li {
        margin-bottom: 12px;
        margin-right: 15px;
    }
    .pro-detial .bottom .nav-tabs>li>a,
    .pro-detial .bottom .nav-tabs>li>a:hover,
    .pro-detial .bottom .nav-tabs>li>a:focus {
        font-size: 15px;
    }
    .pro-detial .bottom .contact {
        height: 50px;
        line-height: 50px;
        padding: 0 12px;
    }
    .pro-detial .bottom .contact a {
        margin-left: 5px;
    }
    .panel-default>.panel-heading {
        height: 50px;
        line-height: 50px;
        padding: 0 12px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 20px 30px;
    }
    #install-cont,
    #select-cont {
        padding-bottom: 20px;
    }
    #install-cont h4,
    #select-cont h4 {
        font-size: 15px;
        padding: 15px 0;
    }
    #select-cont h5 {
        font-size: 13px;
        margin-bottom: 6px;
    }
    #select-cont .fg {
        height: 40px;
        line-height: 38px;
    }
    #select-cont input[type='text'],
    #select-cont select {
        padding-left: 10px;
        font-size: 13px;
    }
    #select-cont form .floor .lfg input {
        width: 83%;
    }
    #select-cont form .floor .fg label {
        width: 35px;
    }
    #select-cont form .floor:nth-child(4),
    #select-cont form .floor:nth-child(5) {
        width: 100%;
        margin-right: 0%;
    }
    #select-cont form .floor:nth-child(6) {
        width: 100%;
    }
    #select-cont form .floor .fg {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }
    #select-cont form .floor:nth-child(1) .fg {
        width: 49%;
        margin-right: 2%;
    }
    #select-cont form .floor:nth-child(2) .fg {
        width: 100%;
        margin-right: 0;
    }
    #select-cont form .floor:nth-child(4) .fg,
    #select-cont form .floor:nth-child(5) .fg,
    #select-cont form .floor:nth-child(6) .fg,
    #select-cont form .floor:nth-child(7) .fg {
        width: 100%;
    }
    #select-cont form .floor .fg:last-child {
        margin-right: 0;
    }
    #select-cont form button {
        width: 130px;
        height: 40px;
        line-height: 38px;
        margin: 15px 0;
    }
    #zs-cont,
    #zz-cont {
        padding: 20px 0;
    }
    .zs-list li,
    .zz-list li {
        margin-bottom: 15px;
        padding: 15px;
        width: 49%;
    }
    .zs-list li:nth-child(3n),
    .zz-list li:nth-child(3n) {
        margin-right: 2%;
    }
    .zs-list li:nth-child(2n),
    .zz-list li:nth-child(2n) {
        margin-right: 0;
    }
    .zs-list li p,
    .zz-list li p {
        margin-top: 10px;
    }
    #packet p {
        font-size: 14px;
        margin: 13px 0;
    }
    #packet li {
        margin-bottom: 16px;
    }
    #packet li i {
        font-size: 18px;
        margin-right: 10px;
    }
    #hy-cont {
        padding: 20px 0;
    }
    #hy-cont .top li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 12px;
    }
    #hy-cont .top li:nth-child(6n) {
        margin-right: 2%;
    }
    #hy-cont .top li:nth-child(3n) {
        margin-right: 0;
    }
    #hy-cont .top li .over {
        font-size: 18px;
    }
    .area-tit h4 {
        font-size: 19px;
    }
    .bottom-table h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bottom-table .table-box {
        overflow-x: scroll;
    }
    .bottom-table table {
        width: 600px;
    }
    .bottom-table table th {
        padding: 12px 0;
    }
    .bottom-table table td {
        padding: 12px 0;
    }
    .no-pic {
        height: 90px;
    }
    #about-cont .big-pic li {
        height: 340px;
    }
    #about-cont .big-pic li section {
        width: 100%;
    }
    #about-cont .big-pic li h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    #about-cont .big-pic li a {
        margin-top: 10px;
    }
    #culture-cont {
        padding: 20px 0 40px;
    }
    #culture-cont .section h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #culture-cont .section p {
        margin-bottom: 20px;
    }
    #join-cont {
        padding: 20px 0 40px;
    }
    #join-cont .top p {
        margin-bottom: 18px;
    }
    #join-cont .top .btn {
        width: 120px;
        height: 40px;
        line-height: 38px;
        position: relative;
        top: 10px;
    }
    #join-cont .top .btn i {
        font-size: 16px;
    }
    #join-cont table {
        margin-top: 30px;
    }
    #join-cont th {
        padding: 12px 0;
    }
    #join-cont td {
        padding: 12px 0;
    }
    #sample-cont {
        padding: 20px 0;
    }
    .sample-list li {
        width: 49%;
        margin-bottom: 15px;
    }
    .sample-list li:nth-child(3n) {
        margin-right: 2%;
    }
    .sample-list li:nth-child(2n) {
        margin-right: 0;
    }
    .sample-list li p {
        padding: 10px;
    }
    #news-cont {
        padding: 20px 0;
    }
    .news-list li {
        margin-bottom: 15px;
    }
    .news-list li h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #exhibition-cont {
        padding: 20px 0;
    }
    .zh-list li {
        margin-bottom: 15px;
        padding: 15px;
    }
    .zh-list li .pic {
        margin-bottom: 10px;
    }
    .zh-list li h5 {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    .zh-list li span {
        margin-bottom: 6px;
    }
    .zh-list li a {
        margin-top: 12px;
    }
    #located {
        padding-bottom: 20px;
    }
    #located .office {
        margin-top: 20px;
    }
    #located .office h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #located .office li {
        width: 48%;
        margin-right: 4%;
        padding: 15px;
        min-height: 160px;
        margin-bottom: 15px;
    }
    #located .office li:nth-child(3n) {
        margin-right: 4%;
    }
    #located .office li:nth-child(2n) {
        margin-right: 0;
    }
    #located .office li dt {
        font-size: 14px;
        margin-bottom: 6px;
    }
    #located .office li dd {
        margin-bottom: 6px;
    }
    #advice-cont {
        padding: 20px 0 40px;
    }
    #advice-cont .fg {
        margin-bottom: 12px;
    }
    #advice-cont .fg:nth-of-type(3n) {
        margin-right: 0;
    }
    #advice-cont form p {
        margin-bottom: 20px;
    }
    #advice-cont form label {
        margin-bottom: 8px;
    }
    #advice-cont form input,
    #advice-cont form textarea {
        height: 40px;
        line-height: 38px;
        padding-left: 10px;
        font-size: 13px;
    }
    #advice-cont form textarea {
        padding: 5px 10px;
        height: 160px;
    }
    #advice-cont form button {
        width: 100px;
        height: 40px;
        line-height: 38px;
        margin-top: 10px;
    }
    #zc-cont {
        padding: 20px 0 30px;
    }
    #zc-cont .fg {
        margin-bottom: 10px;
    }
    #zc-cont h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #zc-cont form .fg label {
        margin-bottom: 5px;
    }
    #zc-cont form input[type='text'] {
        height: 40px;
        line-height: 38px;
        padding-left: 10px;
    }
    #zc-cont form p {
        margin-bottom: 10px;
    }
    #zc-cont form .rg-group {
        width: 100%;
    }
    #zc-cont form .rg-group .rg {
        margin-bottom: 3px;
    }
    #zc-cont form .rg-group input[type='checkbox'] {
        margin-right: 5px;
    }
    #zc-cont form button {
        width: 100px;
        height: 40px;
        line-height: 38px;
        margin-top: 20px;
    }
    #join-detial {
        padding: 20px 0 40px;
    }
    #join-detial h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #join-detial ul {
        margin-bottom: 20px;
    }
    #join-detial ul li {
        padding: 12px 20px;
    }
    #join-detial ul li span {
        margin-left: 10px;
    }
    #join-detial dl {
        margin-bottom: 20px;
    }
    #join-detial dt {
        margin-bottom: 8px;
    }
    #join-detial dd {
        margin-top: 5px;
    }
    #join-detial a.btn {
        width: 120px;
        height: 40px;
        line-height: 38px;
    }
    #post {
        padding: 20px 0 30px;
    }
    #post .fg {
        margin-bottom: 12px;
    }
    #post form h4 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    #post form label {
        margin-bottom: 8px;
    }
    #post form input[type='text'],
    #post form select {
        height: 40px;
        line-height: 38px;
        font-size: 13px;
    }
    #post form input[type='file'] {
        height: 40px;
    }
    #post form button {
        width: 110px;
        height: 40px;
        line-height: 38px;
        top: 20px;
    }
    #china-map {
        top: 46%;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    #china-map .chmap {
        border-top: 1px solid #1a3f73;
        border-left: 1px solid #1a3f73;
    }
    #china-map .chmap> img {
        display: none;
    }
    #china-map .chmap .mark {
        position: static;
        animation: none;
        text-indent: 0;
        width: 100%;
        border: 1px solid #1a3f73;
        border-radius: 0;
        width: 10%;
        float: left;
        line-height: 28px;
        background: rgba(255, 255, 255, .5);
        text-align: center;
        font-size: 13px;
        padding: 0;
        border-top: 0;
        border-left: 0;
        opacity: 1;
        color: #1a3f73;
    }
    #area-cont table {
        width: 680px;
    }
    #area-cont {
        padding-bottom: 30px;
    }
    #news-detial {
        padding: 25px 0 40px;
    }
    #news-detial h4 {
        font-size: 17px;
        margin-bottom: 13px;
    }
    #news-detial .cont {
        margin-bottom: 20px;
    }
    #news-detial p {
        line-height: 2;
        margin-bottom: 13px;
    }
    #news-detial .bottom a {
        padding: 6px 16px;
    }
    .news-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .news-list li:nth-child(4n) {
        margin-right: 2%;
    }
    .news-list li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    body {
        font-size: 12px;
    }
    button {
        font-size: 13px !important;
    }
    input,
    select,
    textarea {
        font-size: 12px !important;
    }
    .js-ul li {
        font-size: 14px;
        margin-right: 5px;
    }
    .js-ul li a {
        padding: 10px 8px;
    }
    #food-cont .pro-tab .nav-tabs li a {
        font-size: 15px;
    }
    #hy-cont .container h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #banner .bxslider li {
        height: 300px;
    }
    #banner .bxslider li img {
        height: 100%;
        width: auto;
        max-width: auto;
    }
    #banner .bxslider li .container {
        margin-left: 0;
        left: 0;
        bottom: 20px;
    }
    #banner .bxslider li .section h4 {
        font-size: 24px;
    }
    #banner .bxslider li .section p {
        margin: 10px 0 12px;
        width: 100%;
        font-size: 13px;
    }
    #banner .bxslider li .section a.btn {
        width: 90px;
        height: 35px;
        line-height: 33px;
        font-size: 13px;padding-left: 5px;
    }
    #home-one li {
        width: 100%;
        height: auto;
        line-height: 1;
        overflow: hidden;
        padding: 8px 10px;
    }
    #home-one li:nth-child(3),
    #home-one li:nth-child(2) {
        width: 100%;
    }
    #home-one li dl {
        display: block;
    }
    #home-one li dl dt {
        display: block;
        margin: 0 0 10px;
    }
    #home-one li dt img {
        width: 35px;
    }
    #home-one li:nth-child(2) dt img {
        width: 43px;
    }
    #home-one li:nth-child(3) dt img {
        width: 45px;
    }
    #home-one li dd {
        display: block;
        text-align: center;
        position: relative;
        top: 0;
    }
    #home-one li dd span {
        display: block;
        font-size: 14px;
        margin-bottom: 2px;
    }
    #home-one li dd i {
        line-height: 1.8;
    }
    #home-two .out-ul {
        width: 300%;
        display: table;
    }
    #home-two ul {
        display: table-row;
    }
    #home-two .item {
        width: 33.33%;
        display: table-cell;
    }
    #home-two .item:nth-child(3) {
        width: 33.33%;
    }
    #home-two .item .section {
        padding: 6% 5% 0 8%;
    }
    #home-two .item .section h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #home-two .all {
        padding: 15px 0;
    }
    #home-two .all a.btn {
        width: 140px;
        height: 38px;
        line-height: 34px;
    }
    #home-three .left {
        float: none;
        width: 100%;
        overflow: hidden;
        min-height: 200px;
    }
    #home-three .right {
        float: none;
        width: 100%;
        position: relative;
        height: auto !important;
    }
    #home-three .right .nav {
        right: 0;
        top: auto;
        bottom: 100%;
        margin-top: 0;
        width: 100%;
    }
    #home-three .right .nav li {
        float: none;
        margin-bottom: 0;
        float: left;
        width: 50%;
        padding-right: 1px;
    }
    #home-three .right .nav li:last-child,
    #home-three .right .nav li:nth-child(2n) {
        padding-right: 0;
    }
    #home-three .right .nav li a {
        height: 45px;
        line-height: 45px;
        text-align: center;
        padding-left: 0;
        width: auto;
        font-size: 13px;
    }
    #home-three .right .nav li a img {
        margin-right: 6px;
        height: 17px;
        top: -2px;
    }
    #home-three .right .tab-pane {
        padding: 10px 15px;
    }
    #home-three .right h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #home-three .right p {
        margin-bottom: 5px;
    }
    #home-four {
        padding-top: 15px;
    }
    #home-four li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #home-four li dt {
        width: 100%;
        margin-bottom: 10px;
    }
    #home-four li dt img {
        width: 100%;
    }
    #home-four li dd {
        width: 100%;
        padding-left: 0;
    }
    #home-four li dd h4 {
        padding-bottom: 5px;
        font-size: 15px;
    }
    #home-four li dd h5 {
        font-size: 14px;
        margin: 3px 0;
    }
    #home-four li dd p {
        margin: 3px 0;
        font-size: 12px;
    }
    #home-five {
        padding: 15px 0;
    }
    #home-five h4 {
        font-size: 15px;
    }
    .pro-carousel {
        margin-top: 10px;
        padding-bottom: 25px;
    }
    #home-five .pic {
        padding: 25px 0;
    }
    #home-five i {
        padding: 12px 0;
    }
    #footer {
        padding-top: 15px;
    }
    #footer .foot-top dl {
        width: 100%;
        float: none;
    }
    #footer .foot-top dl:nth-child(2) {
        float: none;
        margin-top: 10px;
    }
    #footer .foot-top dl dt {
        font-size: 14px;
    }
    #footer .link {
        padding: 12px 0;
        margin-top: 10px;
    }
    #footer .link li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    #footer .bottom {
        height: auto;
        line-height: 1.8;
        padding: 8px 0;
    }
    #footer .bottom img {
        margin-right: 8px;
        height: 18px;
    }
    #footer .bottom .left,
    #footer .bottom .right {
        float: none;
    }
    #app-cont {
        padding: 15px 0;
    }
    .app-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .app-list li:nth-child(3n) {
        margin-right: 0;
    }
    .app-list li section {
        padding: 10px;
    }
    .app-list li h5 {
        font-size: 14px;
    }
    .in-banner img {
        width: auto;
        height: 250px;
    }
    .in-banner .container {
        bottom: 10%;
    }
    .in-banner .section {
        width: 100%;
    }
    .in-banner h4 {
        font-size: 17px;
    }
    .in-banner p {
        font-size: 13px;
    }
    .app-list li section {
        padding: 10px;
    }
    .app-list li h5 {
        font-size: 14px;
    }
    .food-swiper {
        padding: 15px 0;
    }
    .food-swiper a.btn {
        width: 150px;
        height: 40px;
        line-height: 36px;
        margin-top: 10px;
    }
    .xg-pro {
        padding: 15px 0 5px;
    }
    .xg-pro h4,
    .linkman h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .xg-pro .xg-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .linkman {
        padding: 15px 0;
    }
    .linkman li {
        font-size: 14px;
        margin: 0px 5px 4px;
    }
    #food-cont .app-list {
        margin-top: 15px;
    }
    .food-detial {
        padding: 15px 0;
    }
    .food-detial .left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .food-detial .right {
        width: 100%;
    }
    .food-detial .right p {
        margin-top: 5px;
    }
    .food-detial .right h5,
    .food-detial .right dt {
        font-size: 14px;
    }
    .food-detial .right dl {
        margin: 10px 0;
    }
    #pro-cont .second-list {
        padding: 15px 0;
    }
    #pro-cont .second-list li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #pro-cont .second-list li section {
        padding: 10px 15px;
    }
    #pro-cont .second-list li h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #pro-cont .three-list {
        padding: 15px 0;
    }
    #pro-cont .pro-top {
        margin-bottom: 15px;
        padding: 20px 0;
    }
    #pro-cont .pro-top dl dt {
        padding: 20px 20px;
        width: 100%;
    }
    #pro-cont .pro-top dl dd {
        width: 100%;
        padding: 0 15px;
    }
    #pro-cont .pro-top dl dd h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #pro-cont .pro-top dl dd p {
        margin-bottom: 6px;
    }
    #pro-cont .three-list li {
        width: 100%;
        margin-right: 0 margin-bottom: 10px;
    }
    #pro-cont .three-list li section {
        padding: 12px;
    }
    #pro-cont .four-list {
        padding: 15px 0;
    }
    #pro-cont .four-list li,
    #pro-cont .three-list li,
    #pro-cont .second-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #pro-cont .four-list li section {
        padding: 12px;
    }
    .pro-detial .top {
        padding: 20px 0 5px;
    }
    .pro-detial .top .left {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .pro-detial .top .left a.btn {
        width: 170px;
        height: 36px;
        line-height: 34px;
    }
    .pro-detial .top .right {
        width: 100%;
        float: none;
    }
    .pro-detial .top .right h5 {
        font-size: 14px;
    }
    .pro-detial .top .right p {
        margin-bottom: 10px;
    }
    .pro-detial .top .right dl {
        margin-bottom: 15px;
    }
    .pro-detial .top .right dt {
        font-size: 14px;
    }
    .pro-detial .top .right dd {
        margin-top: 5px;
        padding-left: 13px;
    }
    .pro-detial .bottom {
        padding: 15px 0;
    }
    .pro-detial .bottom h4 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .pro-detial .bottom .nav-tabs>li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .pro-detial .bottom .nav-tabs>li>a,
    .pro-detial .bottom .nav-tabs>li>a:hover,
    .pro-detial .bottom .nav-tabs>li>a:focus {
        font-size: 14px;
    }
    .pro-detial .bottom .contact {
        height: auto;
        line-height: 1.8;
        padding: 12px;
    }
    .pro-detial .bottom .contact a {
        margin-left: 0;
        display: block;
    }
    .panel-default>.panel-heading {
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 12px 20px;
    }
    #install-cont,
    #select-cont {
        padding-bottom: 20px;
    }
    #install-cont h4,
    #select-cont h4 {
        font-size: 14px;
        padding: 12px 0;
    }
    #select-cont h5 {
        font-size: 13px;
        margin-bottom: 6px;
    }
    #select-cont .fg {
        height: 35px;
        line-height: 33px;
    }
    #select-cont input[type='text'],
    #select-cont select {
        padding-left: 8px;
        font-size: 12px;
    }
    #select-cont form .floor .lfg input {
        width: 86%;
        font-size: 12px;
    }
    #select-cont form .floor .fg label {
        width: 32px;
    }
    #select-cont form .floor:nth-child(4),
    #select-cont form .floor:nth-child(5) {
        width: 100%;
        margin-right: 0%;
    }
    #select-cont form .floor:nth-child(6) {
        width: 100%;
    }
    #select-cont form .floor .fg {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }
    #select-cont form .floor:nth-child(1) .fg {
        width: 49%;
        margin-right: 2%;
    }
    #select-cont form .floor:nth-child(2) .fg {
        width: 100%;
        margin-right: 0;
    }
    #select-cont form .floor:nth-child(4) .fg,
    #select-cont form .floor:nth-child(5) .fg,
    #select-cont form .floor:nth-child(6) .fg,
    #select-cont form .floor:nth-child(7) .fg {
        width: 100%;
    }
    #select-cont form .floor .fg:last-child {
        margin-right: 0;
    }
    #select-cont form button {
        width: 100px;
        height: 36px;
        line-height: 34px;
        margin: 15px 0;
    }
    #zs-cont,
    #zz-cont {
        padding: 15px 0;
    }
    .zs-list li,
    .zz-list li {
        margin-bottom: 10px;
        padding: 12px;
        width: 100%;
        margin-right: 0;
    }
    .zs-list li p,
    .zz-list li p {
        margin-top: 10px;
    }
    #packet p {
        font-size: 13px;
        margin: 13px 0;
    }
    #packet li {
        margin-bottom: 13px;
    }
    #packet li i {
        font-size: 16px;
        margin-right: 10px;
    }
    #hy-cont {
        padding: 15px 0;
    }
    #hy-cont .top li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    #hy-cont .top li:nth-child(6n) {
        margin-right: 2%;
    }
    #hy-cont .top li:nth-child(2n) {
        margin-right: 0;
    }
    #hy-cont .top li .over {
        font-size: 16px;
    }
    .area-tit h4 {
        font-size: 17px;
        padding: 15px 0;
    }
    .bottom-table h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .bottom-table .table-box {
        overflow-x: scroll;
    }
    .bottom-table table {
        width: 550px;
    }
    .bottom-table table th {
        padding: 10px 0;
    }
    .bottom-table table td {
        padding: 10px 0;
    }
    .map-banner img {
        min-height: 370px;
    }
    .no-pic {
        height: 90px;
    }
    #about-cont .big-pic li {
        height: 250px;
    }
    #about-cont .big-pic li section {
        width: 100%;
    }
    #about-cont .big-pic li h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    #about-cont .big-pic li a {
        margin-top: 10px;
    }
    #culture-cont {
        padding: 15px 0 30px;
    }
    #culture-cont .section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #culture-cont .section p {
        margin-bottom: 15px;
    }
    #join-cont {
        padding: 15px 0 30px;
    }
    #join-cont .top p {
        margin-bottom: 15px;
    }
    #join-cont .top .btn {
        width: 120px;
        height: 36px;
        line-height: 34px;
        position: relative;
        top: 10px;
    }
    #join-cont .top .btn i {
        font-size: 15px;
    }
    #join-cont .join-table {
        overflow-x: scroll;
    }
    #join-cont table {
        margin-top: 20px;
        width: 380px;
    }
    #join-cont th {
        padding: 10px 0;
    }
    #join-cont td {
        padding: 10px 0;
    }
    #sample-cont {
        padding: 15px 0;
    }
    .sample-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .sample-list li p {
        padding: 10px;
    }
    #news-cont {
        padding: 15px 0;
    }
    .news-list li {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    .news-list li h5 {
        font-size: 13px;
        margin-bottom: 6px;
    }
    #exhibition-cont {
        padding: 15px 0;
    }
    .zh-list li {
        margin-bottom: 10px;
        padding: 12px;
        width: 100%;
        margin-left: 0;
    }
    .zh-list li .pic {
        margin-bottom: 8px;
    }
    .zh-list li h5 {
        font-size: 13px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .zh-list li span {
        margin-bottom: 6px;
    }
    .zh-list li a {
        margin-top: 10px;
    }
    #located {
        padding-bottom: 20px;
    }
    #located .office {
        margin-top: 15px;
    }
    #located .office h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #located .office li {
        width: 100%;
        margin-right: 0;
        padding: 15px;
        min-height: 120px;
        margin-bottom: 10px;
    }
    #located .office li:nth-child(3n) {
        margin-right: 0;
    }
    #located .office li dt {
        font-size: 13px;
        margin-bottom: 6px;
    }
    #located .office li dd {
        margin-bottom: 6px;
    }
    #advice-cont {
        padding: 15px 0 20px;
    }
    #advice-cont .fg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #advice-cont form p {
        margin-bottom: 10px;
    }
    #advice-cont form label {
        margin-bottom: 6px;
    }
    #advice-cont form input,
    #advice-cont form textarea {
        height: 35px;
        line-height: 33px;
        padding-left: 8px;
        font-size: 12px;
    }
    #advice-cont form textarea {
        padding: 5px 8px;
        height: 120px;
    }
    #advice-cont form button {
        width: 90px;
        height: 35px;
        line-height: 33px;
        margin-top: 10px;
    }
    #zc-cont {
        padding: 15px 0 20px;
    }
    #zc-cont .fg {
        margin-bottom: 8px;
    }
    #zc-cont h4 {
        font-size: 13px;
        margin-bottom: 8px;
    }
    #zc-cont form .fg label {
        margin-bottom: 5px;
    }
    #zc-cont form input[type='text'] {
        height: 35px;
        line-height: 33px;
        padding-left: 8px;
    }
    #zc-cont form p {
        margin-bottom: 10px;
    }
    #zc-cont form .rg-group {
        width: 100%;
    }
    #zc-cont form .rg-group .rg {
        margin-bottom: 3px;
        width: 100%;
    }
    #zc-cont form .rg-group input[type='checkbox'] {
        margin-right: 5px;
    }
    #zc-cont form button {
        width: 100px;
        height: 35px;
        line-height: 33px;
        margin-top: 15px;
    }
    #join-detial {
        padding: 15px 0 30px;
    }
    #join-detial h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #join-detial ul {
        margin-bottom: 15px;
    }
    #join-detial ul li {
        padding: 10px 15px;
    }
    #join-detial ul li span {
        margin-left: 8px;
    }
    #join-detial dl {
        margin-bottom: 15px;
    }
    #join-detial dt {
        margin-bottom: 6px;
    }
    #join-detial dd {
        margin-top: 5px;
    }
    #join-detial a.btn {
        width: 100px;
        height: 35px;
        line-height: 33px;
        margin-top: 15px;
    }
    #post {
        padding: 15px 0 20px;
    }
    #post .fg {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    #post form h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #post form label {
        margin-bottom: 5px;
    }
    #post form input[type='text'],
    #post form select {
        height: 35px;
        line-height: 33px;
        font-size: 12px;
    }
    #post form input[type='file'] {
        height: 35px;
    }
    #post form button {
        width: 90px;
        height: 35px;
        line-height: 33px;
        top: 0px;
    }
    #china-map {
        top: 33%;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    #china-map .chmap {
        border-top: 1px solid #1a3f73;
        border-left: 1px solid #1a3f73;
    }
    #china-map .chmap> img {
        display: none;
    }
    #china-map .chmap .mark {
        position: static;
        animation: none;
        text-indent: 0;
        width: 100%;
        border: 1px solid #1a3f73;
        border-radius: 0;
        width: 25%;
        float: left;
        line-height: 28px;
        background: rgba(255, 255, 255, .5);
        text-align: center;
        font-size: 13px;
        padding: 0;
        border-top: 0;
        border-left: 0;
        opacity: 1;
        color: #1a3f73;
    }
    #area-cont table {
        width: 600px;
    }
    #area-cont {
        padding-bottom: 20px;
    }
    #news-detial {
        padding: 20px 0 30px;
    }
    #news-detial h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    #news-detial .cont {
        margin-bottom: 15px;
    }
    #news-detial p {
        line-height: 2;
        margin-bottom: 10px;
    }
    #news-detial .bottom a {
        padding: 5px 15px;
    }
    #header .header-top ul.right {
        font-size: 12px;
    }
    #banner .article {
        padding-top: 20px;
    }
}

/*gotop*/

.cbbfixed {
    position: fixed;
    right: 20px;
    transition: bottom ease .3s;
    bottom: 52px;
    z-index: 3;
    cursor: pointer;
    bottom: 20px;
    display: none;
}
.cbbfixed .cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(0, 0, 0, .7);
}
.cbbfixed .gotop {
    transition: background-color ease .3s;
    margin-top: 1px;
}
.cbbfixed .gotop .up-icon {
    float: left;
    margin: 14px 0 0 9px;
    width: 23px;
    height: 12px;
    background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
    background-color: rgba(217, 171, 119, 1)
}
.cbbfixed .weixin {
    background: #dadbdd;
}
.cbbfixed .weixin div {
    background: url(../images/weixin.jpg);
    width: 210px;
    height: 210px;
    position: absolute;
    left: -212px;
    top: -130px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none\0;
    *display: none;
}
.cbbfixed .weixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}
.cbbfixed .weixin .weixin-icon {
    float: left;
    margin: 12px 0 0 11px;
    width: 18px;
    height: 18px;
    background: url(../images/side-icon01.png);
}
#footer .link li:nth-child(2) i,
#footer .link li:nth-child(3) i {
    font-size: 32px;
}
#footer .link li:nth-child(1) {
    top: -5px;
}
#banner {
    position: relative;
}
@keyframes run {
    from {
        bottom: 40px;
    }
    to {
        bottom: 20px;
        opacity: 0;
    }
}
.ban_mouse_w {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    text-align: center;
    animation: run 1.5s linear 1.8s infinite;
}
.head_r_ph {
    float: right;
    display: inline-block;
    padding-right: 10px;
}
@media(max-width: 480px) {
    .header-top {
        display: none !important;
    }
}
